fix(ui): fix page-scroll on mobile web browsers

This commit is a continuation of commit
7ef37b969d7b6c9f2e6a7b3ee52f120ea1e92359.
This commit is contained in:
inference 2025-06-24 20:37:40 +00:00
parent 7ef37b969d
commit 5a146e0137
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */ /* Inferencium - Website - CSS - Main */
/* Version: 12.5.0-beta.2 */ /* Version: 12.5.0-beta.3 */
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
@ -7,8 +7,9 @@
/* Display Size - Large /* Display Size - Large
Colour Scheme - Dark */ Colour Scheme - Dark */
html { html, body {
position: relative; position: relative;
overflow-x: hidden;
} }
/* Body */ /* Body */