From c3679d2d55e1fe72c6a2c85432f026aca47d5ef4 Mon Sep 17 00:00:00 2001 From: futile Date: Fri, 7 Nov 2025 08:18:37 +0000 Subject: [PATCH] never show scrollbar --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 8cd7f04..51af843 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,7 @@ body { margin: 0; background-color: black; cursor: url("assets/F-16.ico"), default; + overflow: hidden; } .container {