Enlarge dropdown container to 400px (max-height).

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-05-14 23:57:22 +02:00
parent 389f1d1ecd
commit 66422c133b
+8
View File
@@ -275,3 +275,11 @@ code.breakall {
.input-group-addon {
padding: 0 12px;
}
.select2-container--open .select2-dropdown--below {
max-height: 400px;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 400px;
}