From 7cc2dbe8643e1dbcc36f05d6f349703401e0cd3c Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 22 Nov 2023 08:32:50 +0200 Subject: [PATCH] feat: style height of the scrollbar --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index 89573c45..5ebf15c3 100644 --- a/src/index.css +++ b/src/index.css @@ -103,11 +103,13 @@ ul li { } .transparent-scrollbar::-webkit-scrollbar { width: 8px; + height: 8px; } .transparent-scrollbar::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.1); border-radius: 10px; + height: 8px; } .transparent-scrollbar::-webkit-scrollbar-thumb:hover {