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:
Min Somai
2022-06-29 21:54:53 +05:45
committed by GitHub
parent 6eb4fc04b1
commit c78d77446a

View File

@@ -10,7 +10,7 @@ $cal-icon-width: 18px;
&__icon-wrap {
position: relative;
z-index: 2;
z-index: 1;
.icon {
pointer-events: none;