fix: icon appears above select field's option list (#685)
* fix: icon of the date field appears above the option list
This commit is contained in:
@@ -10,7 +10,7 @@ $cal-icon-width: 18px;
|
||||
|
||||
&__icon-wrap {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
z-index: 1;
|
||||
|
||||
.icon {
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user