From 37639eab68c63a506b7df10c42e3379c4a05d94d Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 14 Feb 2024 15:42:28 +0200 Subject: [PATCH] [develop]: Dropdowns in modal-container have higher z-index. --- less/modal.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/less/modal.less b/less/modal.less index 6872d13..54fd0bf 100644 --- a/less/modal.less +++ b/less/modal.less @@ -42,7 +42,13 @@ } .hook-modal-misc() { - .uk-modal, uk-dropdown { + #modal-container { + & > .uk-dropdown { + z-index: @modal-z-index + 1; + } + } + + .uk-modal, .uk-dropdown { .uk-button, uk-icon-button { box-shadow: none !important;