mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fix nav menu w/plugins enabled
This commit is contained in:
@ -34,6 +34,9 @@ body {
|
||||
footer p {
|
||||
margin: 20px 0;
|
||||
}
|
||||
#navbar_search {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
/* Hide the username in the navigation menu on displays less than 1400px wide */
|
||||
@media (max-width: 1399px) {
|
||||
@ -64,7 +67,7 @@ footer p {
|
||||
|
||||
/* Scroll the drop-down menus at or above 768px wide to match bootstrap's behavior for hiding dropdown menus */
|
||||
@media (min-width: 768px) {
|
||||
.navbar-nav>li>ul {
|
||||
.navbar-nav > li > ul {
|
||||
max-height: calc(80vh - 50px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
@ -133,6 +136,9 @@ ul.dropdown-menu div.buttons a {
|
||||
ul.dropdown-menu > li > a {
|
||||
clear: left;
|
||||
}
|
||||
.nav > li > a.dropdown-toggle {
|
||||
padding: 15px 12px;
|
||||
}
|
||||
|
||||
/* Forms */
|
||||
label {
|
||||
|
Reference in New Issue
Block a user