-
Notifications
You must be signed in to change notification settings - Fork 868
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
Anchor tag forces incorrect positioning #66
Comments
I've managed to fix this via:
I'll leave this open as the original issue still exists, but hopefully the workaround is useful |
@macphersonj James thanks for the issue. I haven't had this use case yet, so appreciate you bringing it up. I like your hacked solution a lot but we'll work on something that is built-in. |
Is this something that is going to be fixed soon? I'm using this library for a vertical anchor navigation. The problem is, that tons of white space gets added at the bottom of the page when clicking one of the buttons and jumping to a section. When clicking the first anchor, the white space disappears again. |
I guess whitespace is added because of rellaxed elements translates under the bottom of the body. You can try to control them with |
Rellax is great, though I'm wondering if you have a solution for my issue:
I have anchor links on my site. Clicking an anchor jumps to the relevant section (obviously, expected behaviour). The issue is that the positioning of all the rellax elements stays where they are pre-scroll. Is there a way to update the position when an anchor tag is clicked?
The text was updated successfully, but these errors were encountered: