We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3125dbb commit 25e47c4Copy full SHA for 25e47c4
1 file changed
sass/_base.scss
@@ -48,6 +48,8 @@ html,
48
body {
49
margin: 0;
50
min-height: 100vh;
51
+ // Prevent horizontal scrolling by hiding overflow-x on body
52
+ overflow-x: hidden;
53
}
54
55
html {
0 commit comments