fix
This commit is contained in:
@@ -106,8 +106,13 @@
|
||||
.navbar .navbar-brand .brand-logo { max-height: 48px; transform: translateY(4px); }
|
||||
}
|
||||
|
||||
/* Left sidebar styles (replaces top navbar) */
|
||||
.has-left-sidebar .fixed-top.width-100 { display: none !important; }
|
||||
.has-left-sidebar .fixed-top.width-100 {
|
||||
/* Keep the top bar visible when a left sidebar is present.
|
||||
Shift it right so it doesn't overlap the sidebar and reduce its width. */
|
||||
left: 220px !important;
|
||||
width: calc(100% - 220px) !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.left-sidebar {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user