From c23da2c91c92f2d7eb85c367bf81e5ca820d1f63 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 8 Dec 2023 18:25:58 -0800 Subject: [PATCH] feat: scrollbar styling --- src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index e62a61132..7a421e7c2 100644 --- a/src/app.css +++ b/src/app.css @@ -37,8 +37,8 @@ math { } ::-webkit-scrollbar { - height: 1rem; - width: 0.5rem; + height: 0.35rem; + width: 0.35rem; } ::-webkit-scrollbar-track {