From 2313c9776158192ac9c518cb16204bdd88418c62 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Fri, 20 Jun 2025 02:01:53 -0300 Subject: [PATCH] style: slightly thicker scrollbar --- frontend/src/styles/_scrollbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/_scrollbar.scss b/frontend/src/styles/_scrollbar.scss index c83dc83..811e65a 100644 --- a/frontend/src/styles/_scrollbar.scss +++ b/frontend/src/styles/_scrollbar.scss @@ -2,7 +2,7 @@ /* custom scrollbar */ ::-webkit-scrollbar { - width: 10px; + width: 13px; } ::-webkit-scrollbar-track {