mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
18 lines
240 B
CSS
18 lines
240 B
CSS
body {
|
|
background-image:none !important;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
max-height: 400px !important;
|
|
overflow-x: hidden !important;
|
|
}
|
|
|
|
.navbar-fixed-top {
|
|
top: -70px;
|
|
position: relative;
|
|
}
|
|
|
|
#dropdown-hidden {
|
|
display: none;
|
|
}
|