From afc1a3372ed01346fe70f58c07e21e153fcf20f8 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 04:17:37 +0200 Subject: [PATCH] Change 'overflow: none;' to 'overflow: hidden;' in body of index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 87e210c..5bdb9c7 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; - overflow: none; + overflow: hidden; } #catSlot img {