diff --git a/design-system/pkg/src/editor/EditorPopover.tsx b/design-system/pkg/src/editor/EditorPopover.tsx index e9f338cc7..03e8ed860 100644 --- a/design-system/pkg/src/editor/EditorPopover.tsx +++ b/design-system/pkg/src/editor/EditorPopover.tsx @@ -225,6 +225,7 @@ export const DialogElement = forwardRef< minHeight: tokenSchema.size.element.regular, minWidth: tokenSchema.size.element.regular, outline: 0, + zIndex: 3 }), props.className )}