mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-23 04:00:35 +03:00
fix: adjust zIndex of popup (#412)
This commit is contained in:
@@ -105,7 +105,7 @@
|
|||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
||||||
z-index: 1000;
|
z-index: 2001;
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$namespace}-datepicker-sidebar {
|
.#{$namespace}-datepicker-sidebar {
|
||||||
|
|||||||
Reference in New Issue
Block a user