changes + improvements

This commit is contained in:
Daniel
2023-06-20 22:08:16 +03:30
parent fd0f6e035d
commit fdbe2e0d9f
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export default function Dropdown({ onClickOutside, className, items }: Props) {
return (
<ClickAwayHandler
onClickOutside={onClickOutside}
className={`${className} py-1 shadow-md border border-sky-100 bg-gray-50 rounded-md flex flex-col z-10`}
className={`${className} py-1 shadow-md border border-sky-100 bg-gray-50 rounded-md flex flex-col z-20`}
>
{items.map((e, i) => {
const inner = (