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

This commit is a continuation of commits
5a146e013705f512bde74aae5878f0d0d9463002 and
7ef37b969d7b6c9f2e6a7b3ee52f120ea1e92359.
This commit is contained in:
inference 2025-06-24 20:42:12 +00:00
parent 5a146e0137
commit 599ad9b0bb
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Key -->
<!-- Version: 9.2.0-beta.1 -->
<!-- Version: 9.2.0-beta.2 -->
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -10,7 +10,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="viewport" content="width=device-width, minimum-scale=1"/>
<link rel="stylesheet" href="main.css"/>
<link rel="icon shortcut" href="asset/img/logo/inferencium-notext.png"/>
<title>Inferencium - Key</title>