fix modal layering
This commit is contained in:
parent
9a97bf98f6
commit
dac7bf2718
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
// z-index
|
||||
.mosaic-modal {
|
||||
z-index: 20;
|
||||
}
|
||||
.site-header,
|
||||
.site-footer {
|
||||
z-index: 10;
|
||||
|
|
|
|||
Loading…
Reference in a new issue