mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Only push the toc down, not the content
the toc is on top when the header switches to two lines, so we only need to push that down.
This commit is contained in:
@@ -8,10 +8,9 @@ body {
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
|
||||
/* pushdown the content when the header flows to two lines */
|
||||
.navbar-fixed-top {
|
||||
top: -70px;
|
||||
position: relative;
|
||||
/* push down the content when the header flows to two lines */
|
||||
.bs-sidebar {
|
||||
margin-top: 45px;
|
||||
}
|
||||
|
||||
/* hide the menu called hidden, used to generate unlinked docs */
|
||||
|
||||
Reference in New Issue
Block a user