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

Use position: static #307

Closed
mazing opened this issue Nov 13, 2015 · 4 comments
Closed

Use position: static #307

mazing opened this issue Nov 13, 2015 · 4 comments

Comments

@mazing
Copy link

mazing commented Nov 13, 2015

Isn't it possible to use the spinner with position: static?

I cannot use it as absolutely positioned and I cannot find any options to change it.

@fgnass
Copy link
Owner

fgnass commented Nov 13, 2015

The position has to be absolute, fixed or relative since the child elements (the lines) are absolutely positioned. Wouldn't { position: 'relative' } work too in your case?

@mazing
Copy link
Author

mazing commented Nov 13, 2015

yes, position: relative would probably work as well. how can I set it to relative?

@fgnass
Copy link
Owner

fgnass commented Nov 13, 2015

It's a config option.

Martin notifications@github.com schrieb am Fr., 13. Nov. 2015 um 15:21:

yes, position: relative would probably work as well. how can I set it to
relative?


Reply to this email directly or view it on GitHub
#307 (comment).

@mazing
Copy link
Author

mazing commented Nov 13, 2015

Sorry. Just found it in https://github.com/fgnass/spin.js/blob/master/spin.js. Thanks

@mazing mazing closed this as completed Nov 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants