librenms/doc/librenms.css
Tony Murray f119a7c362 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.
2016-08-25 09:42:18 -05:00

25 lines
479 B
CSS

body {
background-image:none !important;
}
/* limit the height of dropdown menus */
.dropdown-menu {
max-height: 400px !important;
overflow-x: hidden !important;
}
/* 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 */
#dropdown-hidden {
display: none;
}
/* avoid scrollbar on mobile (default 360px) */
.navbar-collapse {
max-height: 385px;
}