Skip to content
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

Scroll bar does not show #16

Open
tobiasdemaine opened this issue Feb 18, 2015 · 2 comments
Open

Scroll bar does not show #16

tobiasdemaine opened this issue Feb 18, 2015 · 2 comments

Comments

@tobiasdemaine
Copy link

Sometimes you may have hidden elements nested inside visible elements or dynamically loaded elements with hidden elements. Ocassionally it causes the browser to return a zero height of the .tse-content div.

work around / fix : .tse-content { overflow:hidden; } to force the browser to resize the tse-content div to its containing elements and return the $(".tse-content").height() correctly.

@jnicol
Copy link
Owner

jnicol commented Mar 3, 2015

Do you have a demo I can use to reproduce this issue and verify the fix?

@jsweriduk
Copy link

jsweriduk commented Apr 28, 2017

Issue is still appearing. I was using on a Magento 2 install, and ran into this problem with dynamically loaded content 100% of the time. The workaround solves the issue. I'll be happy to send you a link if you want to see it in action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants