From 1de29f9c85a52baf5004fe001a57675941cebd8e Mon Sep 17 00:00:00 2001 From: RochesterX Date: Sat, 29 Nov 2025 19:20:44 -0500 Subject: [PATCH] scrooool --- public/assets/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 1f4fcb5..1268205 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -162,8 +162,11 @@ body { font-weight: bold; } -* { - scrollbar-gutter: stable overlay; +#table tbody, +#stats tbody, +.box tbody { + overflow-y: auto; + width: calc(100% + 20px); } #table thead td {