Commit 321c6cb3 authored by Pan's avatar Pan

fix zIndex bug

parent c5051608
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
top: 0; top: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1001; z-index: 2;
overflow-x: hidden; overflow-x: hidden;
transition: all .28s ease-out; transition: all .28s ease-out;
@include scrollBar; @include scrollBar;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment