Fix language list scrollable on mobile

This commit is contained in:
Oleg 2021-07-18 22:45:59 +03:00 committed by GitHub
parent 9444c1099a
commit 93ed01bb1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -536,6 +536,10 @@ tr:hover .extra-info {
.navbar-dark .navbar-nav .show > .nav-link svg { .navbar-dark .navbar-nav .show > .nav-link svg {
fill: white; fill: white;
} }
.navbar-dark .dropdown-menu {
height: 50vh;
overflow-y: auto;
}
.icon svg { .icon svg {
display: inline-block; display: inline-block;
border-bottom: 0.2em solid transparent; border-bottom: 0.2em solid transparent;