From e5649b50aed3f5dc94987e8816034fe9b5d1f7cd Mon Sep 17 00:00:00 2001 From: tarikjaber <55803936+tarikjaber@users.noreply.github.com> Date: Tue, 28 Feb 2023 19:43:01 -0500 Subject: [PATCH] Fix scroll bar --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 45d028b..ca41649 100644 --- a/styles.css +++ b/styles.css @@ -161,11 +161,12 @@ p { ::-webkit-scrollbar-track { background: #f1f1f1; + border-radius: 5px; } ::-webkit-scrollbar-thumb { background: #888; - border-radius: 3px; + border-radius: 5px; } ::-webkit-scrollbar-thumb:hover {