Skip to content

Commit dff02b3

Browse files
committed
overflow fix
1 parent 7fdb35e commit dff02b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ body {
33
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
44
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
55
sans-serif;
6+
width: 100vw;
7+
overflow-x: hidden;
68
-webkit-font-smoothing: antialiased;
79
-moz-osx-font-smoothing: grayscale;
810
}

0 commit comments

Comments
 (0)