ngProgress icon indicating copy to clipboard operation
ngProgress copied to clipboard

CSS, remove position: fixed?

Open arlowhite opened this issue 9 years ago • 2 comments

I'm not sure why position: fixed is set in CSS. This prevents you from being able to position the progress bar in an element without overriding CSS. In other words, setParent() doesn't really do anything. I think this should probably be set to relative, or just removed (default static).

arlowhite avatar Aug 29 '15 20:08 arlowhite

It is true that the progress bar is always fixed to top. Would be nice for it to just flow below the div above.

darrenshrwd avatar Sep 16 '15 07:09 darrenshrwd

Hi @arlowhite is overriding the CSS not sufficient?

cetra3 avatar Feb 09 '16 23:02 cetra3