From 321c6cb33870ed20804de3fb231d29055b12cb89 Mon Sep 17 00:00:00 2001 From: Pan Date: Wed, 26 Apr 2017 10:13:16 +0800 Subject: [PATCH] fix zIndex bug --- src/views/layout/Layout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/layout/Layout.vue b/src/views/layout/Layout.vue index 507ce125..294819b9 100644 --- a/src/views/layout/Layout.vue +++ b/src/views/layout/Layout.vue @@ -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;