From 4b8833cd341f4c6f7fc423b38a88572bc2bcd04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=96=87=E7=92=90?= Date: Sun, 11 Feb 2018 12:19:00 +0800 Subject: [PATCH] fix z-index of dropdown --- themes/vue/source/css/_header.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vue/source/css/_header.styl b/themes/vue/source/css/_header.styl index 43d18c0a8f..5dac11c8ff 100644 --- a/themes/vue/source/css/_header.styl +++ b/themes/vue/source/css/_header.styl @@ -5,7 +5,7 @@ $header-height = 40px height: $header-height padding: $heading-padding-vertical 60px position: relative - z-index: 2 + z-index: 100 body.docs #header