2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-07 03:12:26 +03:00

fix: adjust zIndex of popup (#412)

This commit is contained in:
mengxiong10
2020-01-15 16:37:37 +08:00
parent 07cdb8c3fa
commit 513d10abe4
+1 -1
View File
@@ -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 {