From f237b4dd30745845a492e48a0f7dcec10eecc969 Mon Sep 17 00:00:00 2001 From: acognet Date: Fri, 24 Sep 2021 12:04:47 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03705=20-=20Migrate=20module=20to=20new?= =?UTF-8?q?=20UIBlock=20system=20:=20Kanban=20board=20-=20fix=20z-index=20?= =?UTF-8?q?of=20selectize=20dropdown=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/backoffice/components/input/_input-select.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;