From d5ec69da36bbaf42fc6d103d239e9260af366009 Mon Sep 17 00:00:00 2001 From: rishichawda Date: Mon, 31 Dec 2018 16:16:01 +0530 Subject: [PATCH] fix(customscroll): reduce custom scroll width and add radius --- lib/globals/common.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/globals/common.scss b/lib/globals/common.scss index 0a95a93c..165cb736 100644 --- a/lib/globals/common.scss +++ b/lib/globals/common.scss @@ -2,7 +2,7 @@ @mixin customScroll() { ::-webkit-scrollbar { - width: 10px; + width: 7px; } /* Track */ @@ -12,7 +12,8 @@ /* Handle */ ::-webkit-scrollbar-thumb { - background: $secondary-grey; + background: $secondary-grey; + border-radius: 20px; } /* Handle on hover */