Skip to content

Commit

Permalink
fix: revert "fix: stop position: fixed; elements from escaping editor"
Browse files Browse the repository at this point in the history
This reverts commit efa4f45.
  • Loading branch information
chrisvxd committed Oct 17, 2023
1 parent efa4f45 commit 9e4a0e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/components/Puck/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ 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 9e4a0e3

Please sign in to comment.