Skip to content

Commit

Permalink
Add isolate on main too
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Dec 2, 2024
1 parent a7f289d commit 3fc366f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/builder/app/builder/builder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ const Main = ({ children, css }: { children: ReactNode; css?: CSS }) => (
css={{
gridArea: "main",
position: "relative",
isolation: "isolate",
...css,
}}
>
Expand Down

0 comments on commit 3fc366f

Please sign in to comment.