Skip to content

Commit 3fc366f

Browse files
committed
Add isolate on main too
1 parent a7f289d commit 3fc366f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/builder/app/builder/builder.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ const Main = ({ children, css }: { children: ReactNode; css?: CSS }) => (
124124
css={{
125125
gridArea: "main",
126126
position: "relative",
127+
isolation: "isolate",
127128
...css,
128129
}}
129130
>

0 commit comments

Comments
 (0)