From 513d10abe46d1fdecf4d89ee63b88ac46d88f963 Mon Sep 17 00:00:00 2001 From: mengxiong10 <15623530290@163.com> Date: Wed, 15 Jan 2020 16:37:37 +0800 Subject: [PATCH] fix: adjust zIndex of popup (#412) --- src/style/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/index.scss b/src/style/index.scss index d1a2805..f5151c3 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -105,7 +105,7 @@ margin-top: 1px; margin-bottom: 1px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - z-index: 1000; + z-index: 2001; } .#{$namespace}-datepicker-sidebar {