thisisadityarao / react-scroll-progress-bar

A scroll progress bar component for React

Home Page:https://www.npmjs.com/package/react-scroll-progress-bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Height disables the Progress Bar

Jatin-8898 opened this issue · comments

As soon as I add this
<ProgressBar height="6" bgcolor="#000" duration="0.2" />

I can no longer see the Progress Bar.

It worked if I added "px" in the end
<ProgressBar height="6px" >