mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Fix language list scrollable on mobile
This commit is contained in:
parent
9444c1099a
commit
93ed01bb1a
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue