From 3c0084d012f983241d1e2bb44971e44ffec41709 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Tue, 24 Nov 2020 17:28:57 +0100 Subject: [PATCH] Fix modal content height on Windows Change-type: patch --- lib/gui/app/styled-components.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui/app/styled-components.tsx b/lib/gui/app/styled-components.tsx index 79578718..3bd78c1a 100644 --- a/lib/gui/app/styled-components.tsx +++ b/lib/gui/app/styled-components.tsx @@ -149,7 +149,7 @@ export const Modal = styled(({ style, children, ...props }) => { })` > div { padding: 0; - height: 100%; + height: 99%; > div:first-child { height: 81%;