Skip to content

Commit

Permalink
fix: z-index of the editor toolbar is above the menu (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagagaha authored Feb 22, 2024
1 parent 6072e0a commit d6513f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export default function PostEditor() {
<>
<header
className={cn(
"flex justify-between absolute top-0 inset-x-0 z-[25] px-5 h-14 border-b items-center text-sm",
"flex justify-between absolute top-0 inset-x-0 px-5 h-14 border-b items-center text-sm",
isMobileLayout && "w-screen",
)}
>
Expand Down

0 comments on commit d6513f7

Please sign in to comment.