fix(ui): move modals above all content
This commit is contained in:
parent
600746dd73
commit
c0bbddfa6c
|
@ -0,0 +1 @@
|
|||
Moved modals above all content (#2154)
|
|
@ -1,3 +1,6 @@
|
|||
body > .modals {
|
||||
z-index: 99999 !important;
|
||||
}
|
||||
|
||||
.modal > .header {
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue