N°7982 - Allow select drop-down height to be customized through SCSS variable

This commit is contained in:
Stephen Abello
2025-10-28 15:24:30 +01:00
parent 8056a63e82
commit 5df936c587

View File

@@ -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;