JohnCoene / cicerone

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

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

Closed FredericKruger closed 8 months ago

FredericKruger commented 8 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 8 months ago

You can set the position

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

FredericKruger commented 8 months ago

Thank you so much that help out !