Skip to content

Commit 3ba4a12

Browse files
committed
Fix to endless scrolling behaviour issues
1 parent e5cb3e1 commit 3ba4a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/scss/_reset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ html {
2121

2222
html,
2323
body {
24-
overflow-x: hidden;
24+
// overflow-x: hidden;
2525
height: 100%;
2626
font-size: 1em;
2727
}

0 commit comments

Comments
 (0)