From 5bc7fe04b6ab735744a8de75b05d1dd905a2e026 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 5 Dec 2022 21:52:24 -0800 Subject: [PATCH] Give scrollbar thumb a slight radius --- web/components/ui/Content/Content.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/ui/Content/Content.module.scss b/web/components/ui/Content/Content.module.scss index 56cc594bf..6667c8bd7 100644 --- a/web/components/ui/Content/Content.module.scss +++ b/web/components/ui/Content/Content.module.scss @@ -24,6 +24,7 @@ .mainSection::-webkit-scrollbar-thumb { background: var(--theme-color-components-scrollbar-thumb); + border-radius: 1px; } .topSection {