We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8758aad commit e1a45eeCopy full SHA for e1a45ee
apps/site/src/components/dom/SceneLayout.tsx
@@ -14,7 +14,7 @@ const SceneLayout = ({ children }: PropsWithChildren) => {
14
position: "relative",
15
width: " 100%",
16
height: "100%",
17
- overflowX: "hidden",
+ overflow: "hidden",
18
touchAction: "auto",
19
}}
20
>
0 commit comments