Horizontal scrolling on web version triggers back gesture on chromium based browsers
S
Small Liane
cannot affectively horizontal horizontal scroll because of browser gesture
i am using windows and a trackpad
Log In
S
Small Liane
Injecting this code via an extension like Stylebot, fixes the issue!
'''
html, body {
overscroll-behavior-x: none !important;
}
'''