From 1119b06678716abd14537fc27e388f670f7af480 Mon Sep 17 00:00:00 2001 From: Taylor Wilsdon Date: Mon, 17 Mar 2025 13:00:55 -0400 Subject: [PATCH] Widen scrollbar so that it can be clicked and dragged with a mouse or trackpad --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 8bdc6f1ad..4061d3b5e 100644 --- a/src/app.css +++ b/src/app.css @@ -106,7 +106,7 @@ li p { } ::-webkit-scrollbar { - height: 0.4rem; + height: 0.8rem; width: 0.4rem; }