This commit is contained in:
RochesterX
2025-11-29 19:11:35 -05:00
parent b00f9e53f1
commit 3437c10f65
2 changed files with 3 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ html {
body {
background-color: var(--light-grey);
min-height: 100vh;
min-height: 90vh;
margin-top: 0px;
margin: 0px;
table-layout: auto;
@@ -162,9 +162,7 @@ body {
font-weight: bold;
}
#table tbody,
#stats tbody,
.box tbody {
* {
scrollbar-gutter: stable overlay;
}