[develop | DONE | ADDED] modal.less : increase z-index for .uk-drop class as well
This commit is contained in:
parent
886854fcba
commit
860bd52a5f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue