Skip to content

Disable overscroll history navigation in Safari with JavaScript or CSS #141

Description

@Lhasa23

First of all, I'm sorry to bother you by asking this question and no matter the result is, I will really appreciate it.

In MacOS, I can use the touchpad two-fingers swipe to forward / backward the browser history navigation. I can prevent this event in Chrome by using below codes:

html, body {
  overscroll-behavior-x: none;
}

But it can't work in Safari, I noticed Miro drawing page prevents this event in Safari. I really wonder how to do it. Thank you a lot anyway. :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions