sidebar bug fixed

This commit is contained in:
Daniel
2023-06-11 20:32:52 +05:30
committed by REJack
parent 6b33ce3367
commit 36ad20e175

View File

@@ -466,10 +466,11 @@
}
.app-sidebar {
position: sticky;
position: fixed;
top: 0;
bottom: 0;
max-height: 100vh;
margin-left: calc(var(--#{$lte-prefix}sidebar-width) * -1); // stylelint-disable-line function-disallowed-list
.sidebar-wrapper {
height: subtract(100vh, add($lte-app-header-height, 1px));
@@ -477,6 +478,10 @@
}
&.sidebar-open {
.app-sidebar {
margin-left: 0;
}
.sidebar-overlay {
position: absolute;
inset: 0;