From dae157dfae6f9e7036d115a692e3af116ac8f08d Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 5 Apr 2023 08:13:09 +0100 Subject: [PATCH] Switch X overflow from auto to scroll. --- inf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inf.css b/inf.css index 9ca3ae3..7a0b4da 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.2.0.29 */ +/* Version: 9.2.1.30 */ /* Body */ @@ -252,7 +252,7 @@ strong { } table { - overflow-x: auto; + overflow-x: scroll; } .update_date {