Skip to content

Commit

Permalink
fix: stop position: fixed; elements from escaping editor
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSidSmith authored Oct 9, 2023
1 parent 3602b0f commit efa4f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/components/Puck/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ export function Puck({
<div
style={{
border: "1px solid var(--puck-color-grey-8)",
transform: "scale(1, 1)",
}}
>
<Page data={data} {...data.root}>
Expand Down

0 comments on commit efa4f45

Please sign in to comment.