Fix scroll always visible on filterable dropdowns

This commit is contained in:
shamoon 2022-03-02 00:48:36 -08:00
parent a87f96d780
commit 4e917b249d

View File

@ -11,7 +11,7 @@
.items {
max-height: 400px;
overflow-y: scroll;
overflow-y: auto;
}
button:disabled {