From 7b3fbd9201dd4192e00e06bf0397ace9714c1623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Santisi?= Date: Fri, 24 Jul 2026 18:56:03 +0000 Subject: [PATCH] Adding fullscreen mode and fixing refresh on scroll --- index.html | 1 + style.css | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8cbd008..02bae4a 100644 --- a/index.html +++ b/index.html @@ -93,6 +93,7 @@ function follow(e) {
¡SIMULAR!
diff --git a/style.css b/style.css index 85a1a0d..3915958 100644 --- a/style.css +++ b/style.css @@ -3,13 +3,16 @@ padding: 0; } +html, body { + overscroll-behavior-y: none; +} + body { margin: 0; font-family: "Encode Sans", sans-serif; font-weight: 500; font-size: 4vh; color: #fff; - overscroll-behavior-y: contain; } a {