Skip to content

Commit 30ff765

Browse files
Update styles.css
1 parent f88bedd commit 30ff765

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/styles.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,8 @@
5252
body {
5353
background-color: var(--color-bg);
5454
color: var(--color-text);
55-
}
55+
}
56+
html, body {
57+
overscroll-behavior-y: contain; /* Prevents pull-to-refresh */
58+
overscroll-behavior-x: none;
59+
}

0 commit comments

Comments
 (0)