From 66422c133b5d256f6af54abd91e1ea8919d6f3ee Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 14 May 2020 23:57:22 +0200 Subject: [PATCH] Enlarge dropdown container to 400px (max-height). Signed-off-by: DL6ER --- style/pi-hole.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style/pi-hole.css b/style/pi-hole.css index e01f35f1..1218d914 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -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; +}