driver.js
driver.js copied to clipboard
Is there some way to force the popup to be always below the element of the step?
The problem is on mobile screen size if I scroll up the popup covers the header where there are the nav menus which is bad for usability, but since theres no space on the bottom I get that's why it shows up on the top, but maybe it would be great for some way force to stick to the bottom of the highlighted element such that it would rather be hidden than moving to the top. What do you think? Maybe there's a better aporach to this problem?
I also need some help with mobile styling for the popover. It seems like in mobile, the classNames change for the driver-popover-arrow.
It forces it to be left:15px
or right:15px
based on whether you are in a mobile or desktop view in the browser. It is also giving me some trouble to override the styles in CSS.