[develop | DONE | ADDED] modal.less : increase z-index for .uk-drop class as well

This commit is contained in:
Alex Martzios 2024-04-15 12:08:15 +03:00
parent 886854fcba
commit 860bd52a5f
1 changed files with 5 additions and 1 deletions

View File

@ -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;