From 72f254320f7ae5fddf174c87ecb3abcf0a77b98a Mon Sep 17 00:00:00 2001 From: REJack Date: Thu, 3 Dec 2020 10:57:51 +0100 Subject: [PATCH] fix layout-fixed main-/control-sidebar height --- build/scss/_layout.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/scss/_layout.scss b/build/scss/_layout.scss index 3381f335c..b1798f293 100644 --- a/build/scss/_layout.scss +++ b/build/scss/_layout.scss @@ -566,7 +566,6 @@ body:not(.layout-fixed) { .main-sidebar { bottom: 0; float: none; - height: 100vh; left: 0; position: fixed; top: 0; @@ -575,7 +574,6 @@ body:not(.layout-fixed) { .control-sidebar { bottom: 0; float: none; - height: 100vh; position: fixed; top: 0;