From 109dbb44b80b476ed97346f87bc6d86d2ca30c46 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 8 Dec 2023 18:28:19 -0800 Subject: [PATCH] fix: scrollbar styling --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 7a421e7c..410a956a 100644 --- a/src/app.css +++ b/src/app.css @@ -37,7 +37,7 @@ math { } ::-webkit-scrollbar { - height: 0.35rem; + height: 0.45rem; width: 0.35rem; }