FIX: makes scrollbar always on for small dropdowns

This commit is contained in:
Joffrey JAFFEUX 2018-02-05 10:51:06 +01:00 committed by GitHub
parent 5cd5d5aca5
commit bd0a8ae792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
&.dropdown-select-box {
.select-kit-collection {
max-height: 200px;
overflow-y: scroll;
}
}
}