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

This commit is contained in:
inference 2025-06-24 21:11:50 +00:00
parent eda11af808
commit 3f04c72c70
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */
/* Version: 12.5.0-beta.5 */
/* Version: 12.5.0-beta.6 */
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
@ -8,7 +8,12 @@
/* Display Size - Large
Colour Scheme - Dark */
/* Body */
html, body {
overflow-x: hidden;
}
body {
position: relative;
padding-top: 40px;
margin-left: min(400px, 45vw);
margin-right: min(150px, 12vw);