mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #1004
This commit is contained in:
parent
35647a062c
commit
23826557c3
6
public/css/firefly.css
vendored
6
public/css/firefly.css
vendored
@ -127,3 +127,9 @@ span.info-box-text a:hover, span.info-box-number a:hover {
|
|||||||
color: #000;
|
color: #000;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu {
|
||||||
|
max-height: 300px;
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user