From 5a146e013705f512bde74aae5878f0d0d9463002 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 24 Jun 2025 20:37:40 +0000 Subject: [PATCH] fix(ui): fix page-scroll on mobile web browsers This commit is a continuation of commit 7ef37b969d7b6c9f2e6a7b3ee52f120ea1e92359. --- main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index e512c01..3a13850 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ /* Inferencium - Website - CSS - Main */ -/* Version: 12.5.0-beta.2 */ +/* Version: 12.5.0-beta.3 */ /* Copyright 2022 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause */ @@ -7,8 +7,9 @@ /* Display Size - Large Colour Scheme - Dark */ -html { +html, body { position: relative; + overflow-x: hidden; } /* Body */