N°4465 Fix tagset and enumset dropdown overflowing out of the screen and not autoplacing themselves

This commit is contained in:
Stephen Abello
2021-11-23 13:33:08 +01:00
parent 499c97b914
commit e25d070a38
2 changed files with 35 additions and 1 deletions

View File

@@ -182,6 +182,7 @@ $ibo-input-select--autocomplete-item-image--border: 1px solid $ibo-color-grey-60
/*2 types of selectize to manage (select + autocomplete)*/
.selectize-dropdown.ui-autocomplete,
.selectize-dropdown.set-dropdown,
.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;