Add CSS body automatic overflow.

This commit is contained in:
inference 2023-05-06 20:12:31 +01:00
parent b4db7c8de2
commit 80a964fcd8
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -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 {