gpt4 book ai didi

javascript - Nicescroll 3 - 水平滚动结束后垂直滚动

转载 作者:行者123 更新时间:2023-11-29 19:32:20 25 4
gpt4 key购买 nike

我正在尝试制作一个简单的页面,其中有几行图像,每行都有水平滚动(使用 Nicescroll 3 )。

使用鼠标,当行的水平滚动结束时,鼠标滚轮没有作用。我想做的是页面在水平滚动结束后继续垂直滚动。

我的代码:

HTML:

<div id="main-content">
<div class="row">
<div class="square-container">
<div class="square"></div>
</div>
<!-- several other square-container divs -->
<div class="square-container">
<div class="square"></div>
</div>
</div>
<div class="row">
<!-- several other square-container divs -->
</div>
<!-- several other rows -->
</div>
</div>

CSS:

#main-content{
min-height: 100%;
height: auto;
}
#main-content > .row {
overflow-x:scroll;
overflow-y:hidden;
white-space:nowrap;
}
.square-container {
float:none;
display:inline-block;
margin: 20px 30px 5px 30px;
}
.square{
height: 100px;
width: 100px;
border: 1px solid black;
}

这是我的 Fiddle

最佳答案

感谢您的反馈。

已添加到 TODO 列表。

问题已打开 -> https://github.com/inuyaksa/jquery.nicescroll/issues/451

关于javascript - Nicescroll 3 - 水平滚动结束后垂直滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26806880/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com