From 06e21bd618c2859ce1543d9bf8d61c4e1f565736 Mon Sep 17 00:00:00 2001 From: Mathis Chambon Date: Thu, 27 Jun 2024 11:50:20 +0200 Subject: [PATCH] feat(scroll): firefox compatibility --- components/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/base.css b/components/base.css index 7fa8221..cd51d03 100644 --- a/components/base.css +++ b/components/base.css @@ -30,7 +30,7 @@ svg { background-color: var(--grey-dark); } -.scorlll { +* { scrollbar-width: thin; scrollbar-color: var(--grey-dark) var(--grey-lighter); }