From 860bd52a5f4becb94f5c3bf2bee9ae5944513b7a Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Mon, 15 Apr 2024 12:08:15 +0300 Subject: [PATCH] [develop | DONE | ADDED] modal.less : increase z-index for .uk-drop class as well --- less/modal.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/less/modal.less b/less/modal.less index 54fd0bf..32d8a14 100644 --- a/less/modal.less +++ b/less/modal.less @@ -46,9 +46,13 @@ & > .uk-dropdown { z-index: @modal-z-index + 1; } + + & > .uk-drop { + z-index: @modal-z-index + 1; + } } - .uk-modal, .uk-dropdown { + .uk-modal, .uk-dropdown, .uk-drop { .uk-button, uk-icon-button { box-shadow: none !important;