mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
menu scroll
This commit is contained in:
parent
8a259ca15c
commit
1d4ac12528
2 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue