usablica / intro.js

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

Tooltips on top navbar cut off (positioned too high) #748

Closed deltaGPhys closed 3 years ago

deltaGPhys commented 7 years ago

This is the same problem as issue 96 (https://github.com/usablica/intro.js/issues/96) from a few years back. That indicates that the issue had been solved viz update, but I'm having the issue with the current version.

deltaGPhys commented 7 years ago

To be clear - the tooltip is OK, but the number is half cut off

timobehrens commented 6 years ago

I have the same problem: image

Sweetyy commented 5 years ago

Try :

.introjs-fixParent { position: absolute; }

deltaGPhys commented 5 years ago

That fix didn't work (actually, it caused the modal that the tooltip was attached to to come unattached and go up to the top of the screen, also)

tungmv7 commented 5 years ago

Try :

.introjs-fixParent { position: absolute; }

Works like a charm :) thank you

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.