Gil Barbara
Gil Barbara
Hey @bcalou Thanks for your report. I've already fixed it in the #1036 PR. I'm waiting for a response to another issue, and I'll release it next week.
Fixed in 2.9.0 Thanks
Hey @roywang-lab Issues without a reproduction link will probably stall.
Hey @roywang-lab There are no steps in your example, so no tour to debug...
Hey @AndreSilva1993 Did you try to set the zIndex as a string and ts-ignore the error? Does it work? The problem with accepting plain strings is that users can set...
Hey @maoryadin Did you try the pre-release version? `npm i react-joyride@next` Do you still have the problem with it?
Hey @maoryadin Did you try the pre-release version? npm i react-joyride@next Do you still have the problem with it?
Hey @GabiLlvs Can you try v2.8.2 and let me know if it works for you?
And remember to remove the `overlay.height` from the styles. The height is set dynamically, so it has no effect.
@gburatti Having a custom scroll element (in your case, the body) is difficult to support since there are so many ways people can do it. The [function](https://github.com/gilbarbara/react-joyride/blob/main/src/modules/dom.ts#L22) I use to...