1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-05-14 05:54:58 +00:00

Fix site reload when scrolling on mobile

This commit is contained in:
RGBCube 2023-12-19 19:47:54 +03:00
parent f3b76a5d81
commit 2373215028
No known key found for this signature in database

View file

@ -14,6 +14,8 @@ html {
background-color: #000000;
font-family: "Bai Jamjuree", sans;
font-size: 450%;
overscroll-behavior: none;
}
@media screen and (max-width: 400px) {