From 69e0cc3323b9f21bf5585c21ee60ea18be9f00ab Mon Sep 17 00:00:00 2001 From: xHyroM Date: Sun, 1 Jan 2023 22:31:26 +0100 Subject: [PATCH] feat(scrollbar): update border default chrome scrollbar is terrible --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 10d9d13..6390aa0 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -74,7 +74,7 @@ } ::-webkit-scrollbar-thumb { - border: 4px solid rgba(0, 0, 0, 0); + border: 6px solid rgba(0, 0, 0, 0); background-clip: padding-box; border-radius: 9999px; background-color: #AAAAAA;