From a0e86c14c9dbfca9e81d4528449186114eeb892f Mon Sep 17 00:00:00 2001 From: HardiReady Date: Wed, 27 Feb 2019 23:03:09 +0100 Subject: [PATCH] clean up --- static/src/app/app.component.html | 2 +- static/src/app/app.component.scss | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/static/src/app/app.component.html b/static/src/app/app.component.html index 1cc35d7..3c61242 100644 --- a/static/src/app/app.component.html +++ b/static/src/app/app.component.html @@ -14,7 +14,7 @@ -
+
diff --git a/static/src/app/app.component.scss b/static/src/app/app.component.scss index 831ec73..1af4253 100644 --- a/static/src/app/app.component.scss +++ b/static/src/app/app.component.scss @@ -1,7 +1,7 @@ @import "style/load-indicator.scss"; mat-sidenav-container, mat-sidenav-content, mat-sidenav { - height: calc(100vh - 65px); + height: calc(100vh - 50px); min-height: fit-content; display: inline; } @@ -12,6 +12,12 @@ mat-sidenav { width: 250px; } +.app-content-container { + overflow-x: auto; + position: relative; + min-height: calc(100vh - 50px) +} + #scrollTopBtn { position: fixed; bottom: 20px;