From 0b6bb58195e7849dfe47944371bc44f51bb514c2 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:40:38 -0500 Subject: [PATCH] custom scrollbar --- web/public/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/public/style.css b/web/public/style.css index 34fb5c5..aea3800 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -56,7 +56,14 @@ text-wrap: balance; color: var(--col-01); } -title, style, script { +*::-webkit-scrollbar { + background-color: #80808000; + width: 5px; + height: 8px; +} +*::-webkit-scrollbar-thumb { + background: #ccc; +} display: none; } body {