fix theme switcher z-index

This commit is contained in:
sk1982 2024-03-14 17:19:03 -04:00
parent 1cc0d489a1
commit 7a5422a887

View File

@ -8,7 +8,7 @@ import { useIsMounted } from 'usehooks-ts';
export function ThemeSwitcherDropdown() {
const { setTheme } = useTheme();
return (<Dropdown>
return (<Dropdown style={{ zIndex: 99999999999 }}>
<DropdownTrigger>
<Button variant="bordered" isIconOnly size="sm">
<MoonIcon className="w-5" />