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;