From 264d39a2cf8b2ca2f28f9390cd721b20da211095 Mon Sep 17 00:00:00 2001 From: DrFreud1 Date: Wed, 15 Sep 2021 22:01:23 -0500 Subject: [PATCH] fix: TT-340 remove unwanted space at the bottom of the UI --- .../shared/components/sidebar/sidebar.component.scss | 10 +++++----- src/styles.scss | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/modules/shared/components/sidebar/sidebar.component.scss b/src/app/modules/shared/components/sidebar/sidebar.component.scss index 8bf79e472..6c28e45aa 100644 --- a/src/app/modules/shared/components/sidebar/sidebar.component.scss +++ b/src/app/modules/shared/components/sidebar/sidebar.component.scss @@ -60,7 +60,7 @@ body { .content_app { padding: 2rem 3rem 5rem 3rem; - overflow-y: auto; + overflow-y: scroll; } .active { @@ -72,8 +72,8 @@ body { .full-height { height: 100%; - height: -moz-calc(100vh - 12vh); - height: -webkit-calc(100vh - 12vh); - height: -o-calc(100vh - 12vh); - height: calc(100vh - 12vh); + height: -moz-calc(100vh - 1vh); + height: -webkit-calc(100vh - 1vh); + height: -o-calc(100vh - 1vh); + height: calc(100vh - 1vh); } diff --git a/src/styles.scss b/src/styles.scss index 44cacad75..0d5f6c0aa 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -17,6 +17,7 @@ body { margin: 0; padding: 0; overflow-x: hidden; + overflow-y: hidden; } .table.dataTable th,