Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS, remove position: fixed? #84

Open
arlowhite opened this issue Aug 29, 2015 · 2 comments
Open

CSS, remove position: fixed? #84

arlowhite opened this issue Aug 29, 2015 · 2 comments

Comments

@arlowhite
Copy link

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).

@darrenshrwd
Copy link

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

@cetra3
Copy link
Collaborator

cetra3 commented Feb 9, 2016

Hi @arlowhite is overriding the CSS not sufficient?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants