You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the modal overlay in my Shepherd tour, but I'd like to point the tooltip at a specific element that's inside the cutout area. Here's an example, I'd like the tooltip to point directly at the orange button. I tried using left-start to move it to the top, but unfortunately no amount of configuration will get the arrow to point directly at the button:
It'd be great if attachTo had an optional second element attribute for either popper target, or the overlay cutout target, so that they can be two separate elements. By default they should both be the same. Not sure if you'd rather an option for each, or go with just one or the other.
The text was updated successfully, but these errors were encountered:
wbobeirne
changed the title
Separate selectors for modal cutout target and popper target
Separate selectors for modal overlay cutout target and popper target
Mar 3, 2022
Sounds good, given that the modal overlay is optional I think that it's the one that should get a separate selector option. Would you prefer it to be nested under attachTo, or its own top-level config?
I'm using the modal overlay in my Shepherd tour, but I'd like to point the tooltip at a specific element that's inside the cutout area. Here's an example, I'd like the tooltip to point directly at the orange button. I tried using
left-start
to move it to the top, but unfortunately no amount of configuration will get the arrow to point directly at the button:It'd be great if
attachTo
had an optional second element attribute for either popper target, or the overlay cutout target, so that they can be two separate elements. By default they should both be the same. Not sure if you'd rather an option for each, or go with just one or the other.The text was updated successfully, but these errors were encountered: