From 402342ef28830b3a1b61de46a3da01c9327b6cee Mon Sep 17 00:00:00 2001 From: kubgus Date: Fri, 18 Oct 2024 11:11:08 +0200 Subject: [PATCH] Make horizontal scrollbars thinner --- src/layouts/core-layout.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/core-layout.astro b/src/layouts/core-layout.astro index ed1043a..ef4e809 100644 --- a/src/layouts/core-layout.astro +++ b/src/layouts/core-layout.astro @@ -118,6 +118,7 @@ if (frontmatter != null) { ::-webkit-scrollbar { width: 5px; + height: 5px; } ::-webkit-scrollbar-thumb {