From bab2880f6f02d92816ec68ea6bf171a52576e356 Mon Sep 17 00:00:00 2001 From: Ari Date: Fri, 19 Jun 2026 02:38:32 +0100 Subject: [PATCH] locked scrolling on mobile --- css/index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/index.css b/css/index.css index 2721e8a..4d34bbb 100644 --- a/css/index.css +++ b/css/index.css @@ -187,6 +187,13 @@ body::before { .hub-header h1 { font-size: 1.7rem; } + + html, body { + overflow-x: hidden; + overflow-y: hidden; + width: 100%; + height: 0100dvh; + } } @media (min-width: 768px) {