From b0cc171b21c1eb2454784050a7d33159ccdb1616 Mon Sep 17 00:00:00 2001 From: Pulkit Gupta Date: Sun, 12 Sep 2021 11:09:17 +0530 Subject: [PATCH] fix the initial width of the scrollBox --- ScrollProgress/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScrollProgress/style.css b/ScrollProgress/style.css index 2dada6d..c8f2a77 100644 --- a/ScrollProgress/style.css +++ b/ScrollProgress/style.css @@ -21,7 +21,7 @@ p { } .scroll_box { position: sticky; - width: 10%; + width: 0%; top: 0; height: 10px; background-color: #ffffff;