diff --git a/frontend/src/components/editor/Output.tsx b/frontend/src/components/editor/Output.tsx index c758ec5cd2b..63cafabbd04 100644 --- a/frontend/src/components/editor/Output.tsx +++ b/frontend/src/components/editor/Output.tsx @@ -409,6 +409,7 @@ const ExpandableOutput = React.memo( {...props} className={cn( "relative fullscreen:bg-background fullscreen:flex fullscreen:items-center fullscreen:justify-center", + "fullscreen:[align-items:safe_center]", props.className, )} ref={containerRef}