Make dropdown selection boxes scrollable

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2020-02-16 13:31:34 +00:00
parent ed24f5c41a
commit 9248b1eaad
+6
View File
@@ -252,3 +252,9 @@ td.highlight {
.pointer {
cursor: pointer;
}
.multiselect-container{
max-height:200px;
overflow:auto;
}