ahmed-wagdi / angular-joyride

A lightweight joyride directive for giving tours of your AngularJs application
MIT License
17 stars 9 forks source link

Joyride positioned off the screen #13

Closed steve-tapley closed 7 years ago

steve-tapley commented 7 years ago

Hi,

We're wanting to create a joyride that is attached to an element on the far left of the screen. However, when we do this, the joyride is actually positioned half off the screen - making it unusable

Heres is a plunkr demonstrating the issue: https://plnkr.co/edit/OoLvv5X6yQuHFYT0dyi5

Cheers, Steve

ahmed-wagdi commented 7 years ago

I made some changes to re-adjust the joyride's position if it's offscreen. Update the package and try again.

If you're still having problems let me know.

steve-tapley commented 7 years ago

Hi Ahmed, Great job - it works perfectly! Cheers, Steve