From be577a90cd244a3f81537a1d9f370dd18838cddb Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 3 Jun 2020 23:27:50 +0200 Subject: fixing layout --- frontend/common/app.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'frontend/common') diff --git a/frontend/common/app.css b/frontend/common/app.css index 0e4f74d..f7a459c 100644 --- a/frontend/common/app.css +++ b/frontend/common/app.css @@ -8,7 +8,7 @@ html, body { body { background: #000; color: #ddd; - overflow-y: scroll; + overflow: hidden; font-family: 'Roboto', sans-serif; font-size: 0.875rem; height: 100%; @@ -24,7 +24,11 @@ body { height: 100%; width: 100%; } -.app, +.app { + /*display: flex;*/ + height: 100%; + width: 100%; +} .app > div { display: flex; flex-direction: column; @@ -33,8 +37,11 @@ body { } .app .body { display: flex; + flex-direction: column; flex-grow: 1; position: relative; + height: 100%; + width: 100%; } .row { -- cgit v1.2.3-70-g09d2