-
Notifications
You must be signed in to change notification settings - Fork 516
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
problem with 'offset_top' #58
Comments
demonstration: |
if (inner_scrolling) { change: if (inner_scrolling) { "+ offset_top" added |
+1 |
Just submitted a PR for this fix #63 |
I have noticed the same issue and can confirm that the change by GGKenChi fixes it. |
I have issues with cphoover&GGKenChi's fix. After applying a fix, sticky element jumps to its absolute bottom position, when comming close to an end. |
@zevnikrok Make sure you trigger the recalc event when dynamically editing the contents on your page/app. |
Thanks, @GGKenChi that works for me. Please update package |
offset_top is set (~60px)
If the content is about the same size as the window size:
(container.height > content.height, container.height = sidebar.height > content.height)
The text was updated successfully, but these errors were encountered: