We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ca68b commit 11a999dCopy full SHA for 11a999d
1 file changed
webpage/static/styles/styles.css
@@ -25,15 +25,14 @@
25
}
26
27
* { box-sizing: border-box; }
28
-html, body { margin: 0; padding: 0; }
+html, body { margin: 0; padding: 0; overflow-x: clip; }
29
body {
30
font-family: 'Inter', system-ui, sans-serif;
31
background: var(--bg-0);
32
color: var(--ink);
33
font-size: 16px;
34
line-height: 1.55;
35
-webkit-font-smoothing: antialiased;
36
- overflow-x: hidden;
37
min-height: 100vh;
38
39
0 commit comments