fix: z-index in editor header
This commit is contained in:
parent
f7cd3ebac9
commit
1c4c690048
|
|
@ -78,7 +78,7 @@ export function EditorHeader() {
|
|||
<span className="text-[0.85rem] mr-2">{activeProject?.name}</span>
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent align="start" className="w-40">
|
||||
<DropdownMenuContent align="start" className="w-40 z-100">
|
||||
<Link href="/projects">
|
||||
<DropdownMenuItem className="flex items-center gap-1.5">
|
||||
<ArrowLeft className="h-4 w-4" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue