trackpad-scroll-emulator icon indicating copy to clipboard operation
trackpad-scroll-emulator copied to clipboard

Scroll bar does not show

Open tobiasdemaine opened this issue 10 years ago • 2 comments

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.

tobiasdemaine avatar Feb 18 '15 01:02 tobiasdemaine

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

jnicol avatar Mar 03 '15 10:03 jnicol

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

jsweriduk avatar Apr 28 '17 22:04 jsweriduk