Skip to content

Commit 11a999d

Browse files
committed
Fixed overflow on mobile.
1 parent e5ca68b commit 11a999d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

webpage/static/styles/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@
2525
}
2626

2727
* { box-sizing: border-box; }
28-
html, body { margin: 0; padding: 0; }
28+
html, body { margin: 0; padding: 0; overflow-x: clip; }
2929
body {
3030
font-family: 'Inter', system-ui, sans-serif;
3131
background: var(--bg-0);
3232
color: var(--ink);
3333
font-size: 16px;
3434
line-height: 1.55;
3535
-webkit-font-smoothing: antialiased;
36-
overflow-x: hidden;
3736
min-height: 100vh;
3837
}
3938

0 commit comments

Comments
 (0)