mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-02 03:02: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 {
|
.navbar-dark .navbar-nav .show > .nav-link svg {
|
||||||
fill: white;
|
fill: white;
|
||||||
}
|
}
|
||||||
|
.navbar-dark .dropdown-menu {
|
||||||
|
max-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