From 893d5069db697ba188d10102fbf1d06b155db086 Mon Sep 17 00:00:00 2001 From: mohamadreza Date: Thu, 12 Sep 2024 15:24:49 +0330 Subject: [PATCH] feat(scrollBar): add scroll bar --- style/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/style.css b/style/style.css index 3c9ed89..30318f2 100644 --- a/style/style.css +++ b/style/style.css @@ -6,6 +6,7 @@ ::-webkit-scrollbar { width: 10px; background-color: #f3f3f3; + border-radius: 100px; } ::-webkit-scrollbar-track {