progress icon indicating copy to clipboard operation
progress copied to clipboard

The progress bar in IE11 has redundant part with 0 percent

Open flyHe opened this issue 7 years ago • 0 comments

          <div className={getClass('progress-line')}>
            <Line percent={intPercentage} strokeWidth="6" strokeColor="#d3d3d3" strokeLinecap="square" trailWidth="0" />
          </div>
__progress-line {
  max-height: 30px;
  max-width: 100%;
  overflow: hidden;

  svg {
    max-height: 30px;
  }
}
screen shot 2018-03-23 at 12 09 22 pm

flyHe avatar Mar 23 '18 04:03 flyHe