mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-21 12:52:13 -05:00
Fix scroll always visible on filterable dropdowns
This commit is contained in:
parent
2116ea3531
commit
24a9e65192
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
.items {
|
.items {
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:disabled {
|
button:disabled {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user