This commit is contained in:
RochesterX
2025-11-29 19:20:44 -05:00
parent 3437c10f65
commit 1de29f9c85

View File

@@ -162,8 +162,11 @@ body {
font-weight: bold; font-weight: bold;
} }
* { #table tbody,
scrollbar-gutter: stable overlay; #stats tbody,
.box tbody {
overflow-y: auto;
width: calc(100% + 20px);
} }
#table thead td { #table thead td {