UNPKG

@amsterdam/bmi-component-library

Version:

A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects

10 lines (9 loc) 288 B
import styled from"styled-components";const ModalContentStyle=styled.div` overflow-y: auto; overflow-x: hidden; max-height: calc(90vh - 128px); > *:last-child:not(:only-child) { margin-bottom: 0; } `;export default ModalContentStyle; //# sourceMappingURL=ModalContentStyles.js.map