Skip to content

Commit b783e39

Browse files
authored
fix overflow issue (#129)
1 parent ebce670 commit b783e39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/layers/Environment/ui/GlobalStyles.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ const globalStyles = css`
1818
width: 100vw;
1919
height: 100vh;
2020
user-select: none;
21-
overflow-y: auto;
22-
overflow-x: hidden;
21+
overflow: hidden;
2322
touch-action: pan-x pan-y;
2423
-webkit-overflow-scrolling: touch;
2524
font-family: "Quicksand", sans-serif;

0 commit comments

Comments
 (0)