mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-01 02:32:23 +02:00
Fix language list scrollable on mobile (#811)
This commit is contained in:
parent
81c3b8edc7
commit
0d8d57c5b0
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 {
|
||||
fill: white;
|
||||
}
|
||||
.navbar-dark .dropdown-menu {
|
||||
max-height: 50vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.icon svg {
|
||||
display: inline-block;
|
||||
border-bottom: 0.2em solid transparent;
|
||||
|
|
Loading…
Reference in a new issue