JohnCoene / cicerone

🏛️ Give tours of your Shiny apps
https://cicerone.john-coene.com
Other
192 stars 7 forks source link

Change orientation of popup when close to right edge of panel #60

Closed FredericKruger closed 10 months ago

FredericKruger commented 10 months ago

would it be possible to switch the orientation of the message when getting close to the right side of the screen ? For now, a button being at the edge of the right side of the panel(screen) will make cicerone force the appearance of scrollbars and shifting the ui, and therefore changing the highlight of the element.

JohnCoene commented 10 months ago

You can set the position

https://github.com/JohnCoene/cicerone/blob/da81fedad5af915baf4eb747dc081281583a219d/R/steps.R#L104

FredericKruger commented 10 months ago

Thank you so much that help out !