Skip to content

Commit 3a9c752

Browse files
committed
fix: z index
1 parent 66a5e9d commit 3a9c752

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/v2/components/compound/editor/components/editor-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const EditorBar: React.FC<{ className?: string; children?: React.ReactNod
1919
return (
2020
<div
2121
className={cn(
22-
'overflow-x-auto self-start sticky top-1 z-11 bg-bg rounded-lg w-full flex items-center [scrollbar-width:none] [&::-webkit-scrollbar]:hidden',
22+
'overflow-x-auto self-start sticky top-1 z-9 bg-bg rounded-lg w-full flex items-center [scrollbar-width:none] [&::-webkit-scrollbar]:hidden',
2323
className
2424
)}
2525
>

0 commit comments

Comments
 (0)