-
Notifications
You must be signed in to change notification settings - Fork 540
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
Add top offset up to the body #960
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 80c4752:
|
4592ce2
to
824addb
Compare
Hey @sergei-deriv |
Thank you for your fast reply, really appreciate it. You can see the error on your own site in tab Wrong.place.mov |
ac08604
to
7fd3652
Compare
7fd3652
to
80c4752
Compare
@sergei-deriv I'm still getting the same behavior with your changes. react-joyride-scroll.mp4By the way, I didn't test the dom utilities on purpose. Using JSDOM to test element size and offset increases the coverage, but it's completely fake. :) |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Hi @gilbarbara. I thought PR didn't pass the validation because of coverage decrease and by this reason I've added tests :) About the same behaviour, it's strange and in this case what exactly I've fixed and why it works for my case)) Please, don't close the PR, I'll try to find a solution for this case too and add changes here. Thanks |
Fixed in 2.7.2 |
Issue: when the next step is out of the screen viewport tooltip is in the wrong place.
How it was before:
How it looks now: