EragonJ / Trip.js

🚀 Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities.
https://eragonj.github.io/Trip.js/
MIT License
793 stars 111 forks source link

Fix for issue 189: Tour will no longer overflow left edge of view #196

Open bmerigan opened 6 years ago

bmerigan commented 6 years ago

Addresses issue 189. This code change will stop a tourblock from being located off the left edge of the window.
On occasions when this is required, the tourblock is no longer centered below the sel element, so we also adjust the arrow position.

bmerigan commented 6 years ago

beforeafter Before and after screenshots.