From e8e50a3e3156a8c4a8fcd83e0600f9ab8f49356f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Sat, 28 Jul 2018 13:06:40 +0200 Subject: [PATCH] Fix more 14 layout issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/css/style.scss b/css/style.scss index 4f0d73c8c..bc863506f 100644 --- a/css/style.scss +++ b/css/style.scss @@ -73,27 +73,21 @@ input.input-inline { /** * Generic app layout */ -#content-wrapper { - overflow: hidden; - position: fixed; + +#content { + height: 100%; + min-height: initial; +} + +.app.app-deck { width: 100%; height: 100%; + display: flex; +} - #content { - height: calc(100% - 50px); - min-height: initial; - } - - .app.app-deck { - width: 100%; - height: 100%; - display: flex; - } - - #app-content { - display: flex; - flex-direction: column; - } +#app-content { + display: flex; + flex-direction: column; } /**