From 2ed4052162e2fcfa49f55cdd7f77cc2595526169 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 21 Jul 2020 15:50:20 +0200 Subject: Fix overflow and rearrange --- frontend/src/index.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/index.sass') diff --git a/frontend/src/index.sass b/frontend/src/index.sass index ca12f874..ec756bc5 100644 --- a/frontend/src/index.sass +++ b/frontend/src/index.sass @@ -12,7 +12,7 @@ html, body, #root .full-height position: relative - height: 100% + height: 100% !important .page-container padding-top: 60px @@ -40,5 +40,5 @@ a, a:hover text-decoration: none .app-page-container - padding-left: $side-bar-width + 15px + padding-left: $side-bar-width padding-top: 15px -- cgit v1.2.3