mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 03:27:21 -06:00
Changed navbar scrollbar to auto
This commit is contained in:
parent
6ac8d41323
commit
21f2e0b131
@ -66,7 +66,7 @@ footer p {
|
||||
@media (min-width: 768px) {
|
||||
.navbar-nav>li>ul {
|
||||
max-height: 80vh;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@ -74,7 +74,7 @@ footer p {
|
||||
@media (max-width: 979px) {
|
||||
#navbar {
|
||||
max-height: 80vh;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.navbar-header {
|
||||
float: none;
|
||||
|
Loading…
Reference in New Issue
Block a user