我开始使用火车头并制作了一个覆盖菜单。通常我应该使用一个隐藏的溢出。但在这里它不起作用
.scroll-stop { overflow: hidden !important; }
$('#toggle').click(function() { $(this).toggleClass('active'); $('#overlay').toggleClass('open'); $('body').toggleClass('scroll-stop'); });
nmpmafwu1#
可以使用stop()和start()方法来禁用和启用滚动。https://github.com/locomotivemtl/locomotive-scroll#instance-methods
1条答案
按热度按时间nmpmafwu1#
可以使用stop()和start()方法来禁用和启用滚动。https://github.com/locomotivemtl/locomotive-scroll#instance-methods