1
0

Change 'overflow: none;' to 'overflow: hidden;' in body of index.html

This commit is contained in:
2025-05-26 04:17:37 +02:00
parent edbb0ed3a7
commit afc1a3372e

View File

@@ -22,7 +22,7 @@
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
overflow: none;
overflow: hidden;
}
#catSlot img {