fix: increase z-index of custom select
This commit is contained in:
parent
ad6a7e24db
commit
5402bbc598
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: var(--color-yellow);
|
background-color: var(--color-yellow);
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.option {
|
.option {
|
||||||
|
|
Loading…
Reference in a new issue