I know that there are similar topics about this problem, but I tried all the things I have found around. Nothing works. Scrollbars are still not showing up. This is the site I'm working on: http://www.dimitrinube.com/work/francescovanstraten/.
Scrollbars should appear when going on section like "stills", "food", etc. and scroll the images down.
This is the CSS: http://www.dimitrinube.com/work/francescovanst开发者_StackOverflow中文版raten/css/base.css
It looks like it's a known issue on the site:
In Webkit browsers, CSS must be included before JavaScript
I only get the issue in Chrome. Since your widths are done dynamically on the element that would break it. Move your
$('.scroll-pane').jScrollPane();
after you add the heights and widths.
精彩评论