Skip to content

Releases: interviewstreet/intro.js

v2.9.6

03 Nov 09:30
Compare
Choose a tag to compare

improve: Add aria-describedby attribute

v2.9.5

31 Jan 09:06
Compare
Choose a tag to compare
Release v2.9.5

v2.9.4: fix(helperLayer): for when element is scrollable

17 Jan 11:56
Compare
Choose a tag to compare
- 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)