ag-common 0.0.169 → 0.0.170
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -40,12 +40,15 @@ const FixedBackground = styled_components_1.default.div `
|
|
|
40
40
|
align-items: center;
|
|
41
41
|
`;
|
|
42
42
|
const ModalBase = styled_components_1.default.div `
|
|
43
|
+
display: flex;
|
|
43
44
|
position: absolute;
|
|
44
45
|
z-index: 1;
|
|
45
46
|
background-color: white;
|
|
46
47
|
border: solid 1px transparent;
|
|
47
48
|
border-radius: 0.5rem;
|
|
48
49
|
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.6), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
|
|
50
|
+
max-width: 95vw;
|
|
51
|
+
max-height: 95vh;
|
|
49
52
|
&[data-position='left'] {
|
|
50
53
|
left: 0;
|
|
51
54
|
}
|