From a484f0ed44424b361338c2af6e677296005d45c0 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 5 Apr 2023 07:19:42 +0100 Subject: [PATCH] Revert "Update About page to version 9.1.0.26." This reverts commit 0bbd41399dcd768fc75a3a37959978664d7860fe. --- inf.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/inf.css b/inf.css index 5c0cde2..f190d4f 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.1.0.26 */ +/* Version: 9.0.2.25 */ /* Heading 1 */ @@ -201,10 +201,6 @@ strong { /* Media */ @media (max-width: 600px) { - html { - overflow-x: hidden; - } - .sidebar { width: 100vw; height: 40px; @@ -255,7 +251,5 @@ strong { body { padding-top: 80px; margin: 15px; - position: relative; - overflow-x: hidden; } }