Fix modal content height on Windows

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-11-24 17:28:57 +01:00
parent 8bd11a01ae
commit 3c0084d012

View File

@ -149,7 +149,7 @@ export const Modal = styled(({ style, children, ...props }) => {
})` })`
> div { > div {
padding: 0; padding: 0;
height: 100%; height: 99%;
> div:first-child { > div:first-child {
height: 81%; height: 81%;