new changes
This commit is contained in:
@@ -14,6 +14,22 @@
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Side menu: template relied on jQuery slimScroll; use native scrolling instead. */
|
||||||
|
.sidebar {
|
||||||
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar .sidebar-inner {
|
||||||
|
flex: 1 1 auto;
|
||||||
|
min-height: 0;
|
||||||
|
/* Cap scroll region to viewport under fixed header (sidebar top: 56px); needed when theme sets sidebar to display:block */
|
||||||
|
max-height: calc(100vh - 56px);
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
}
|
||||||
|
|
||||||
/* Theme customizer: ensure panel stacks above mobile menu overlay */
|
/* Theme customizer: ensure panel stacks above mobile menu overlay */
|
||||||
.sidebar-themesettings.open {
|
.sidebar-themesettings.open {
|
||||||
z-index: 1050;
|
z-index: 1050;
|
||||||
|
|||||||
Reference in New Issue
Block a user