Skip to content

Commit 321c6cb

Browse files
committed
fix zIndex bug
1 parent c505160 commit 321c6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/layout/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
top: 0;
8282
bottom: 0;
8383
left: 0;
84-
z-index: 1001;
84+
z-index: 2;
8585
overflow-x: hidden;
8686
transition: all .28s ease-out;
8787
@include scrollBar;

0 commit comments

Comments
 (0)