From 237321502807ae339e14b9268582ce22920193a1 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 19 Dec 2023 19:47:54 +0300 Subject: [PATCH] Fix site reload when scrolling on mobile --- cube.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cube.css b/cube.css index b6f9396..d71ac63 100644 --- a/cube.css +++ b/cube.css @@ -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) {