Skip to content

Commit 749d479

Browse files
Lower bubble menu below app popovers (#5552)
Keep the editor selection toolbar under Radix popovers so event details stay on top.
1 parent 14c55ed commit 749d479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/editor/src/widgets/format-toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export function FormatToolbar() {
112112
"border-border bg-card/95 fixed flex items-center gap-0.5 rounded-lg border p-1",
113113
"shadow-[0_2px_8px_rgba(0,0,0,0.08),0_18px_42px_-16px_rgba(0,0,0,0.34)] backdrop-blur-sm",
114114
])}
115-
style={{ top: 0, left: 0, zIndex: 10000 }}
115+
style={{ top: 0, left: 0, zIndex: 40 }}
116116
onMouseDown={(e) => e.preventDefault()}
117117
>
118118
{TOOLBAR_BUTTONS.map((button) => {

0 commit comments

Comments
 (0)