From f0015ecb092d4f78dd7bed7a624ee1a706e0145e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Santisi?= Date: Mon, 19 Jan 2026 19:16:39 +0000 Subject: [PATCH] Preventing refresh on scroll --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 60e83e4..85a1a0d 100644 --- a/style.css +++ b/style.css @@ -9,6 +9,7 @@ body { font-weight: 500; font-size: 4vh; color: #fff; + overscroll-behavior-y: contain; } a {