-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrolling doesn't work inside a div with overflow:scroll #182
Comments
I needed a library that would work inside a scrolling container div, so I wrote one called anno.js. Anno.js works inside scrolling divs: http://iamdanfox.github.io/anno.js/#scrolling-inside-divs |
+1 |
Is there a workaround for this problem? |
I'm still having a problem with this, is there a work around for it yet? |
This appears to have been addressed by #801 -- which isn't published yet, but is in the latest development code. It worked for us, in any case; perhaps this can be closed. |
Place some content into
div.container
, with CSSoverflow:scroll
. Create your IntroJs object:The
div
will not autoscroll if a step's element is outside of the visible rectangle.The text was updated successfully, but these errors were encountered: