Skip to content

Commit e1a45ee

Browse files
committed
Applied overflow: hidden to SceneLayout.tsx
1 parent 8758aad commit e1a45ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/src/components/dom/SceneLayout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const SceneLayout = ({ children }: PropsWithChildren) => {
1414
position: "relative",
1515
width: " 100%",
1616
height: "100%",
17-
overflowX: "hidden",
17+
overflow: "hidden",
1818
touchAction: "auto",
1919
}}
2020
>

0 commit comments

Comments
 (0)