diff --git a/src/components/Dropdown.tsx b/src/components/Dropdown.tsx index e0c5c92..3577dcd 100644 --- a/src/components/Dropdown.tsx +++ b/src/components/Dropdown.tsx @@ -29,6 +29,7 @@ export const Dropdown: React.FC = ({ title, hideArrow = false, cl 'dark:bg-zinc-850 dark:shadow-stone-900', menuClassName, )} + unmount={false} modal={false} > {children}