-
Notifications
You must be signed in to change notification settings - Fork 36
Doesn't work with inner scrolling areas. #13
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
Comments
Hey Aaron, |
@harm-less any update on this? |
need this feature too |
@harm-less any thoughts on when this may make it into a release? Thanks! |
Oh, i need it in this moment :( |
Hey @zidein07, |
Hi @harm-less . |
That's amazing, that's great to hear and I'm glad you trust my code! :D A PR will be nice and of course you can always fork it and walk your own path. |
Spent a day making an attempt at this, has a lot of technical hurdles. If it's inside a scrolling div, position fixed can't be used because it will show even if it's outside the overflow area, so it would need to be switched to using transform translate |
Unless I'm totally misreading the docs, there doesn't seem to be a way to make elements stick within a scrollable area that isn't the main area. That's probably a pretty important feature to a large group of people (including me).
The text was updated successfully, but these errors were encountered: