From 024a0ca7ee92b655792d4be4cf3136a4ea85eaef Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 5 Apr 2023 07:52:23 +0100 Subject: [PATCH] Explicitly define mobile view tables to scroll on X overflow. --- inf.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inf.css b/inf.css index 7212913..9ca3ae3 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.2.28 */ +/* Version: 9.2.0.29 */ /* Body */ @@ -250,6 +250,10 @@ strong { h6 { text-align: center; } + + table { + overflow-x: auto; + } .update_date { text-align: center;