mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #1004
This commit is contained in:
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;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
Reference in New Issue
Block a user