From 855766da91ea25a4bde9390647a9ccedee59b05d Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 5 Apr 2023 07:15:24 +0100 Subject: [PATCH] Improve mobile view. --- inf.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/inf.css b/inf.css index f190d4f..5c0cde2 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 9.0.2.25 */ +/* Version: 9.1.0.26 */ /* Heading 1 */ @@ -201,6 +201,10 @@ strong { /* Media */ @media (max-width: 600px) { + html { + overflow-x: hidden; + } + .sidebar { width: 100vw; height: 40px; @@ -251,5 +255,7 @@ strong { body { padding-top: 80px; margin: 15px; + position: relative; + overflow-x: hidden; } }