fix zIndex bug
This commit is contained in:
parent
c5051608a9
commit
321c6cb338
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1001;
|
||||
z-index: 2;
|
||||
overflow-x: hidden;
|
||||
transition: all .28s ease-out;
|
||||
@include scrollBar;
|
||||
|
|
Loading…
Reference in a new issue