diff options
Diffstat (limited to 'frontend/common')
| -rw-r--r-- | frontend/common/app.css | 11 |
1 files changed, 9 insertions, 2 deletions
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 { |
