fix(ui): fix page-scroll on mobile web browsers
This commit is a continuation of commits 5a146e013705f512bde74aae5878f0d0d9463002 and 7ef37b969d7b6c9f2e6a7b3ee52f120ea1e92359.
This commit is contained in:
parent
5a146e0137
commit
599ad9b0bb
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Key -->
|
<!-- Inferencium - Website - Key -->
|
||||||
<!-- Version: 9.2.0-beta.1 -->
|
<!-- Version: 9.2.0-beta.2 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -10,7 +10,7 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<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="stylesheet" href="main.css"/>
|
||||||
<link rel="icon shortcut" href="asset/img/logo/inferencium-notext.png"/>
|
<link rel="icon shortcut" href="asset/img/logo/inferencium-notext.png"/>
|
||||||
<title>Inferencium - Key</title>
|
<title>Inferencium - Key</title>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user