usablica / intro.js

Lightweight, user-friendly onboarding tour library
http://introjs.com
Other
22.8k stars 2.59k forks source link

Interaction with elements in Firefox #418

Closed ghostangel77 closed 3 years ago

ghostangel77 commented 9 years ago

I can't click buttons or links in Firefox. intro

GoomiiV2 commented 9 years ago

I worked around this by adding the css below after the intro.css import.

.introjs-tooltipReferenceLayer
{
    pointer-events: none;
}

.introjs-tooltip
{
    pointer-events: visible;
}
driannaude commented 9 years ago

Good catch @GoomiChan. I was headed down the JS path for solving this problem ... Simple and elegant.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.