We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0558fd4 commit b49fe3dCopy full SHA for b49fe3d
src/components/atoms/CustomSelect/CustomSelect.tsx
@@ -55,7 +55,7 @@ const CustomSelect = ({
55
} duration-500`}
56
>
57
{!readOnly && opened && (
58
- <div className="flex w-full flex-col bg-light-light dark:bg-dark-light overflow-y-scroll max-h-96 mt-1 rounded-lg border border-solid border-light-dark dark:border-dark-graybutton">
+ <div className="flex w-full flex-col z-10 bg-light-light dark:bg-dark-light overflow-y-scroll max-h-96 mt-1 rounded-lg border border-solid border-light-dark dark:border-dark-graybutton">
59
{choices.map((choice) => (
60
<span
61
key={keyFn(choice)}
0 commit comments