summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-04-19 13:38:56 +0200
committerTor Andersson <tor@ccxvii.net>2022-04-22 11:44:57 +0200
commit095aa36c921c9ec681ec1bd91f70d8f7e376f525 (patch)
tree7025c96ec3fea0a6e18d823de58348b8d76e4014
parenta798a714d3fb950c5e646b395e225cf84e5be582 (diff)
downloadserver-095aa36c921c9ec681ec1bd91f70d8f7e376f525.tar.gz
Don't use "thin" scrollbar for log.
The new Firefox overlay scrollbars have taken the thinness to a ridiculous level.
-rw-r--r--public/common/play.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/common/play.css b/public/common/play.css
index efe34c0..48798d0 100644
--- a/public/common/play.css
+++ b/public/common/play.css
@@ -108,7 +108,6 @@ aside {
grid-column: 1;
grid-row: 2;
overflow-y: scroll;
- scrollbar-width: thin;
}
footer {