Releases: interviewstreet/intro.js
Releases · interviewstreet/intro.js
v2.9.6
v2.9.5
Release v2.9.5
v2.9.4: fix(helperLayer): for when element is scrollable
- when element is scrollable, helperLayer height is set to that of element which is incorrect as it causes the tooltip to go out of page visible area Set the height to be max to that of viewport height Set the top to not go outside the page (< 0px)