mirror of https://github.com/ColorlibHQ/AdminLTE
fix layout-fixed main-/control-sidebar height
parent
d89b887d36
commit
72f254320f
|
@ -566,7 +566,6 @@ body:not(.layout-fixed) {
|
||||||
.main-sidebar {
|
.main-sidebar {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
float: none;
|
float: none;
|
||||||
height: 100vh;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -575,7 +574,6 @@ body:not(.layout-fixed) {
|
||||||
.control-sidebar {
|
.control-sidebar {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
float: none;
|
float: none;
|
||||||
height: 100vh;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue