Open GoogleCodeExporter opened 9 years ago
I noticed that this only happens if the body has also style="height:100%",
without that, "overflow:hidden" seems to work fine - at least in IE10, in
firefox I can't do vertical scrolling(!) when I don't set style="height:100%"
to the body...
Original comment by einemAnd...@gmail.com
on 25 Sep 2013 at 9:36
OK, I found a workaround:
set style="height:100%" to the <html> tag and applying nicescroll to the <body>
and not to the <html> tag ($("body").niceScroll({horizrailenabled:false});).
No problem with Firefox, IE or overflow-x... still it's strange that it didn't
work in the first place.
Original comment by einemAnd...@gmail.com
on 25 Sep 2013 at 10:23
Original issue reported on code.google.com by
einemAnd...@gmail.com
on 25 Sep 2013 at 8:39