fix(ui): fix page-scroll on mobile web browsers
This commit is contained in:
parent
eda11af808
commit
3f04c72c70
7
main.css
7
main.css
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user