Skip to content

Commit

Permalink
fix: adjust zIndex of popup (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxiong10 committed Jan 15, 2020
1 parent 07cdb8c commit 513d10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

This comment has been minimized.

Copy link
@isnur

isnur Jan 24, 2020

change the z-index to the default style variable. so that it can be easily adjusted.
@mengxiong10

This comment has been minimized.

Copy link
@mengxiong10

mengxiong10 Jan 27, 2020

Author Owner

Good idea

}

.#{$namespace}-datepicker-sidebar {
Expand Down

0 comments on commit 513d10a

Please sign in to comment.