Fix language list scrollable on mobile (#811)

This commit is contained in:
Oleg 2021-07-18 22:45:59 +03:00 committed by Baptiste Jonglez
parent 81c3b8edc7
commit 0d8d57c5b0

View file

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