From 095aa36c921c9ec681ec1bd91f70d8f7e376f525 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 19 Apr 2022 13:38:56 +0200 Subject: Don't use "thin" scrollbar for log. The new Firefox overlay scrollbars have taken the thinness to a ridiculous level. --- public/common/play.css | 1 - 1 file changed, 1 deletion(-) 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 { -- cgit v1.2.3