diff --git a/css/backoffice/components/input/_input-select.scss b/css/backoffice/components/input/_input-select.scss index 155c86d9e..d6758ed45 100644 --- a/css/backoffice/components/input/_input-select.scss +++ b/css/backoffice/components/input/_input-select.scss @@ -163,7 +163,9 @@ $ibo-input-select--autocomplete-item-image--border: 1px solid $ibo-color-grey-60 float: right; } -.selectize-dropdown.ui-autocomplete { +/*2 types of selectize to manage (select + autocomplete)*/ +.selectize-dropdown.ui-autocomplete, +.selectize-dropdown.plugin-custom_itop { z-index: 2000; /* Note: This is not great as it does not take into account other elements z-index, but as selectize puts its dropdown under the tag, we cannot have a z-index relative to input container. */ max-height: $ibo-input-select-selectize--dropdown--max-height; overflow-y: auto;