fix preference z index issue that
This commit is contained in:
parent
74e690ef9d
commit
91e03a6d89
1 changed files with 1 additions and 0 deletions
|
@ -113,4 +113,5 @@
|
||||||
border: 1px solid $light-modal-border-color;
|
border: 1px solid $light-modal-border-color;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: 0 12px 12px $light-shadow-color;
|
box-shadow: 0 12px 12px $light-shadow-color;
|
||||||
|
z-index: 20;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue