From 42f97b404e77b99ae6c607fa553aa72cce65d940 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Thu, 5 Sep 2019 13:12:13 +0200 Subject: fix(Windows): Fix app to be cropped at the bottom on Windows --- src/styles/layout.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/styles') diff --git a/src/styles/layout.scss b/src/styles/layout.scss index 10027da60..58e9e3000 100644 --- a/src/styles/layout.scss +++ b/src/styles/layout.scss @@ -32,9 +32,11 @@ html { overflow: hidden; } .app-loader .app-loader__title { color: $dark-theme-gray-lightest; } } -.app { - //display: flex; +body.win32 .app .app__content { + height: calc(100% - 28px); +} +.app { .app__content { display: flex; width: calc(100% + 300px); -- cgit v1.2.3-70-g09d2