fix layout-fixed main-/control-sidebar height

This commit is contained in:
REJack
2020-12-03 10:57:51 +01:00
parent d89b887d36
commit 72f254320f

View File

@@ -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;