usablica / intro.js

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

Position of StepNumbers #277

Closed sngm closed 5 years ago

sngm commented 10 years ago

Is it possible to add an option 'step numbers position'? Same like the tooltip position.. In my case it runs out of the window.

coax commented 10 years ago

"StepNumbers" can be positioned by CSS (introjs.css):

.introjs-helperNumberLayer {... top: -16px; left: -16px; ...}

I know it's not exactely what you asked for, but might help a bit.