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

View File

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