滚动条未显示在 JScrollPane 中

发布于 2024-12-02 01:38:45 字数 419 浏览 0 评论 0原文

我知道有关于这个问题的类似主题,但我尝试了我发现的所有内容。什么都不起作用。滚动条仍然没有显示。这是我正在开发的网站: http://www.dimitrinube.com/work/francescovanstraten/

当进入“剧照”、“食物”等部分并向下滚动图像时,应该出现滚动条。

这是CSS: http://www.dimitrinube.com/work/francescovanstraten/ css/base.css

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/francescovanstraten/css/base.css

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江城子 2024-12-09 01:38:46

看起来这是网站上的已知问题

在Webkit浏览器中,CSS必须在JavaScript之前包含

我只在 Chrome 中遇到这个问题。由于您的宽度是在会破坏它的元素上动态完成的。 移动您的。

$('.scroll-pane').jScrollPane();

添加高度和宽度后

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文