Change 'overflow: none;' to 'overflow: hidden;' in body of index.html
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
||||
overflow: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#catSlot img {
|
||||
|
||||
Reference in New Issue
Block a user