Skip to content

Commit

Permalink
fix: overflow output in fullscreen (#3490)
Browse files Browse the repository at this point in the history
  • Loading branch information
Light2Dark authored Jan 18, 2025
1 parent 1912ab0 commit 4bf0b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/editor/Output.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4bf0b5a

Please sign in to comment.