-
Notifications
You must be signed in to change notification settings - Fork 95
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
AutoScroll Fixed Header Issue #86
Comments
I'm also facing the same issue. |
@tnicola Do you have any plan of action for the above issue? |
Hi all, I'm having a look at this issue. @venkateshrajendran thanks for your PR. It seems there are some conflicts right now. |
@tnicola Thanks for the update. A quick resolution for the issue is highly appreciated. |
@tnicola any update on the issue ? |
I'm also having the same problem. @venkateshrajendran can you please share the solution. |
We are also having this issue on our side. Any resolution to this? |
Hi All, Try the fix provided here - #87. It worked for me. I think it works for you as well. |
Hi All, Kindly use this for reference, `
And use the function in the inside the step function
It will be scrolled to the positions on the target container. Thanks. |
Had this problem with an Apex similar template. @kishorekumarvajravel, it worked for me. Thanks :) |
Describe the bug
My app has sticky header and due to auto scroll the highlighted part is going behind the header and highlighting also doesn't work properly. This also has some side effects as well it returns incorrect values if body elem doesn't have scroll and some custom child elem of body has scrollbar.
To Reproduce
Here is reproduction of bug. https://stackblitz.com/edit/angular-aeab5y
Note: Works fine with higher resolution and element is within view port but fails if element to be highlighted overflows beyond view port.
Expected behavior
Please find in the attached screenshot.
Screenshots
Actual Behaviour:
Expected Behaviour:
Details (please complete the following information):
Angular - 7 & 8 (tried in both versions)
Rxjs - 6.x.x
ngx-joyride - 2.2.10
Comments:
I have found a fix for this issue. Raising the pull request for the same, please review it.
The text was updated successfully, but these errors were encountered: