Skip to content
Snippets Groups Projects
Commit e16f7940 authored by DD Liu's avatar DD Liu
Browse files

fix css so that when the library doesn't fill the screen, the modal does not shrink

parent 6935de3c
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@
-webkit-overflow-scrolling: 'touch';
user-select: none;
height: 100%;
width: 100%;
display: flex;
}
/*
......
......@@ -21,6 +21,7 @@ class ModalComponent extends React.Component {
>
<Box
direction="column"
grow="1"
>
<div className={styles.header}>
<div className={classNames(styles.headerItem, styles.headerItemFilter)}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment