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

Allow element to be positioned absolute #8

Open
ppowalowski opened this issue Jan 28, 2016 · 2 comments
Open

Allow element to be positioned absolute #8

ppowalowski opened this issue Jan 28, 2016 · 2 comments

Comments

@ppowalowski
Copy link
Owner

If the element which is to be sticked is positioned absolute, several issues pop up:

  • placeholder is not positioned absolute
  • width is not synced properly
@theenoahmason
Copy link

Also experiencing this issue. very important.

A couple ways around this that would help me right now:

  • placeholder should not be added if element is already absolute when document is loaded.
  • placeholder should load with height: 0; if element is already absolue when document is loaded.
  • placeholder should have a class ie: "stickUpPlaceholder" to allow us to manipulate it accordingly.
    this should probably happen anyway. there is no way to properly target the placeholder div.

Excellent job by the way. Really loving it!

@ppowalowski
Copy link
Owner Author

@theenoahmason Can you work out a pull request targeting this enhancement? I am quite involved currently so any help would be of great value :-)

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

2 participants