fix: add z-index to DropdownMenuContent for proper layering
This commit is contained in:
parent
5094255b65
commit
ad6fc849f7
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ const ThemeSwitchContent2 = () => {
|
|||
)}
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent>
|
||||
<DropdownMenuContent className="z-700">
|
||||
<DropdownMenuGroup>
|
||||
<DropdownMenuItem onClick={() => setTheme("light")}>
|
||||
{t.theme.light}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue