首页 > 解决方案 > 使用机车滚动后无法向下滚动

问题描述

我正在制作一个主页,当我实施 Locomotive Scroll 时,它卡在我的滑块上,我无法向下滚动。我试图隐藏我的滑块并且它起作用了。知道为什么它不能与我的滑块一起使用吗? 在此处输入图像描述

const scroller = new LocomotiveScroll({
  el: document.querySelector('[data-scroll-container]'),
  smooth: true
});

标签: phplocomotive-scroll

解决方案


推荐阅读