1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-05 19:41:51 +08:00

fix zIndex bug

This commit is contained in:
Pan 2017-04-26 10:13:16 +08:00
parent c5051608a9
commit 321c6cb338

View File

@ -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;