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
Right now horizontal scrolling can get quite frustrating because two scroll triggers back gesture in chrome. The fix is rather straightforward, adding overscroll-behavior-x: none style to body, i.e.
body {
overscroll-behavior-x: none;
}
overscroll.mov
The text was updated successfully, but these errors were encountered:
Right now horizontal scrolling can get quite frustrating because two scroll triggers back gesture in chrome. The fix is rather straightforward, adding
overscroll-behavior-x: none
style tobody
, i.e.overscroll.mov
The text was updated successfully, but these errors were encountered: