You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using a plugin to disable X-axis horizontal scrolling totally, but sometimes accidentally when I hold and drag from the right edge, the site starts horizontally dragging. You can check the video and can try it out also here https://haspr.in/
@RubenReuring a quick and dirty fix that eliminates horizontal scrolling:
import{Scrollbar}from'smooth-scrollbar/scrollbar';// NOTICE: not the default entryconstsetMomentum=Scrollbar.prototype.setMomentum;Scrollbar.prototype.setMomentum=function(x,y){setMomentum.call(this,0,y);}
Discussed in #480
Originally posted by blitzve0 June 4, 2022
demo.mp4
Hi, I am using a plugin to disable X-axis horizontal scrolling totally, but sometimes accidentally when I hold and drag from the right edge, the site starts horizontally dragging. You can check the video and can try it out also here https://haspr.in/
This is the Plugin
The text was updated successfully, but these errors were encountered: