We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a5e9d commit 3a9c752Copy full SHA for 3a9c752
1 file changed
packages/react/v2/components/compound/editor/components/editor-bar.tsx
@@ -19,7 +19,7 @@ export const EditorBar: React.FC<{ className?: string; children?: React.ReactNod
19
return (
20
<div
21
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',
+ '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',
23
className
24
)}
25
>
0 commit comments