Skip to content

Commit 513d10a

Browse files
committed
fix: adjust zIndex of popup (#412)
1 parent 07cdb8c commit 513d10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
margin-top: 1px;
106106
margin-bottom: 1px;
107107
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
108-
z-index: 1000;
108+
z-index: 2001;
109109
}
110110

111111
.#{$namespace}-datepicker-sidebar {

0 commit comments

Comments
 (0)