Skip to content

Commit 965ea7a

Browse files
committed
fix: restore mobile scrolling on 2026 sites
1 parent dfa678c commit 965ea7a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

2026/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body {
2121
color: #4fd1d9;
2222
font-family: "Geist Pixel", "Courier New", Courier, monospace;
2323
overflow-x: hidden;
24-
overflow-y: hidden;
24+
overflow-y: auto;
2525
letter-spacing: 0.04em;
2626
--accent: #4fd1d9;
2727
--red: var(--accent);
@@ -259,7 +259,7 @@ label {
259259

260260
#game-container>canvas:first-of-type {
261261
display: block;
262-
touch-action: none;
262+
touch-action: pan-y;
263263
cursor: none;
264264
}
265265

@@ -2582,4 +2582,4 @@ html.theme-oscillating {
25822582

25832583
html.theme-blue {
25842584
filter: hue-rotate(140deg);
2585-
}
2585+
}

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body {
2121
color: #4fd1d9;
2222
font-family: "Geist Pixel", "Courier New", Courier, monospace;
2323
overflow-x: hidden;
24-
overflow-y: hidden;
24+
overflow-y: auto;
2525
letter-spacing: 0.04em;
2626
--accent: #4fd1d9;
2727
--red: var(--accent);
@@ -259,7 +259,7 @@ label {
259259

260260
#game-container>canvas:first-of-type {
261261
display: block;
262-
touch-action: none;
262+
touch-action: pan-y;
263263
cursor: none;
264264
}
265265

@@ -2582,4 +2582,4 @@ html.theme-oscillating {
25822582

25832583
html.theme-blue {
25842584
filter: hue-rotate(140deg);
2585-
}
2585+
}

0 commit comments

Comments
 (0)