Skip to content

Commit

Permalink
fix the initial width of the scrollBox
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkit-30 committed Sep 12, 2021
1 parent 68d6165 commit b0cc171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScrollProgress/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ p {
}
.scroll_box {
position: sticky;
width: 10%;
width: 0%;
top: 0;
height: 10px;
background-color: #ffffff;
Expand Down

0 comments on commit b0cc171

Please sign in to comment.