menu scroll

This commit is contained in:
rimu 2024-02-25 11:29:08 +13:00
parent 8a259ca15c
commit 1d4ac12528
2 changed files with 15 additions and 0 deletions

View file

@ -433,6 +433,13 @@ fieldset legend {
}
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
overflow-y: auto;
max-height: 90vh;
overflow-x: hidden;
}
}
.low_bandwidth .dropdown-toggle::after {
display: none;
}

View file

@ -35,6 +35,14 @@ html {
}
}
@include breakpoint(tablet) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
overflow-y: auto;
max-height: 90vh;
overflow-x: hidden;
}
}
.low_bandwidth {
.dropdown-toggle::after {
display: none;