开发者

Scrollbars not showing up in JScrollPane

开发者 https://www.devze.com 2023-04-01 08:54 出处:网络
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://ww

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号