From 80a964fcd805267f6233983f29610863a7aec651 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 6 May 2023 20:12:31 +0100 Subject: [PATCH] Add CSS body automatic overflow. --- inf.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inf.css b/inf.css index 6532100..bb28aa5 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.3.32 */ +/* Version: 9.2.4.33 */ /* Body */ @@ -173,6 +173,7 @@ table, th, td { background-color: #909090; text-align: center; z-index: 99; + overflow: auto; } .sidebar div {