From 5df936c587b094765c583aa2276303b09e75e398 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 28 Oct 2025 15:24:30 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B07982=20-=20Allow=20select=20drop-down=20?= =?UTF-8?q?height=20to=20be=20customized=20through=20SCSS=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/backoffice/components/input/_input-select.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/backoffice/components/input/_input-select.scss b/css/backoffice/components/input/_input-select.scss index 4fd9ad9f8..0a5be44f3 100644 --- a/css/backoffice/components/input/_input-select.scss +++ b/css/backoffice/components/input/_input-select.scss @@ -200,6 +200,11 @@ $ibo-input-select--autocomplete-item-image--border: 1px solid $ibo-color-grey-60 overflow-y: auto; } +// N°7982 Default selectize stylesheet override +.selectize-dropdown-content{ + max-height: $ibo-input-select-selectize--dropdown--max-height; +} + .selectize-dropdown.ui-menu .ui-state-active { margin: unset; background-color: $ibo-input-select-selectize--item--active--background-color;