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

This commit is contained in:
inference 2025-06-24 20:34:40 +00:00
parent 94c75d6ae5
commit 7ef37b969d
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */
/* Version: 12.5.0-beta.1 */
/* Version: 12.5.0-beta.2 */
/* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */
@ -7,6 +7,10 @@
/* Display Size - Large
Colour Scheme - Dark */
html {
position: relative;
}
/* Body */
body {
padding-top: 40px;