From c3a82e0a7e1484e701905829bd3f0f9ae437f1df Mon Sep 17 00:00:00 2001 From: RochesterX Date: Mon, 1 Dec 2025 23:38:29 -0500 Subject: [PATCH] scrolly --- public/assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 7e523b1..871a78e 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -178,14 +178,14 @@ body { .box table thead td { font-weight: bold; } -/* + #table tbody, #stats tbody, .box tbody { overflow-y: auto; - width: calc(100% + 20px); + width: calc(100% + 15px); } -*/ + #table thead td { font-weight: bold; white-space: nowrap;