Skip to content

Commit 25e47c4

Browse files
committed
Prevent horizontal scrolling by hiding overflow-x on body
1 parent 3125dbb commit 25e47c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sass/_base.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ html,
4848
body {
4949
margin: 0;
5050
min-height: 100vh;
51+
// Prevent horizontal scrolling by hiding overflow-x on body
52+
overflow-x: hidden;
5153
}
5254

5355
html {

0 commit comments

Comments
 (0)