Skip to content

Commit 8c485e0

Browse files
committed
fix: prevent pull-to-refresh during hero touch interactions
1 parent 5719914 commit 8c485e0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

2026/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ html {
1414
scrollbar-width: thin;
1515
scrollbar-color: #4fd1d9 #0a1628;
1616
font-size: 100%; /* Base font size for relative scaling */
17+
overscroll-behavior-y: contain;
1718
}
1819

1920
body {
@@ -32,6 +33,7 @@ body {
3233
--text-dim: #5a8a94;
3334
--bg: #0a1628;
3435
cursor: none;
36+
overscroll-behavior-y: contain;
3537
}
3638

3739
/* Hide system cursor across interactive elements */

style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ html {
1414
scrollbar-width: thin;
1515
scrollbar-color: #4fd1d9 #0a1628;
1616
font-size: 100%; /* Base font size for relative scaling */
17+
overscroll-behavior-y: contain;
1718
}
1819

1920
body {
@@ -32,6 +33,7 @@ body {
3233
--text-dim: #5a8a94;
3334
--bg: #0a1628;
3435
cursor: none;
36+
overscroll-behavior-y: contain;
3537
}
3638

3739
/* Hide system cursor across interactive elements */

0 commit comments

Comments
 (0)