fix: increase z-index of custom select

This commit is contained in:
rohan09-raj 2024-02-19 22:10:33 +05:30 committed by Blaster4385
parent ad6a7e24db
commit 5402bbc598

View file

@ -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 {