N°3705 - Migrate module to new UIBlock system : Kanban board - fix z-index of selectize dropdown list

This commit is contained in:
acognet
2021-09-24 12:04:47 +02:00
parent 4cf4c0e4c3
commit f237b4dd30

View File

@@ -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 <body> tag, we cannot have a z-index relative to input container. */
max-height: $ibo-input-select-selectize--dropdown--max-height;
overflow-y: auto;