usablica / intro.js

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

strange behaviour when combined positions/margins #493

Closed simube closed 3 years ago

simube commented 8 years ago

Hi

I have some troubles to add Intro.js to my webpage. I set up a demo here: http://worship.icf-sdk.ch/test.html

After pressing start, the first intro-item shows up ok. when you move to the next item, which is in the content-area, the content gets resized and the intro shows up at the old position. switching to the third item does position right.

when i add

.introjs-fixParent {
  position: relative !important;
}

to my css, the content does not resize, but the second item shows up under the target element.

anyone an idea on how to fix this?

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.