Skip to content

Commit

Permalink
add .overscroll-behavior-none
Browse files Browse the repository at this point in the history
  • Loading branch information
jenswittmann authored May 23, 2024
1 parent 7da8c02 commit 973664a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/css/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,9 @@
background-color: transparent;
}
}

// prevent overscroll
.overscroll-behavior-none,
.overscroll-behavior-none * {
overscroll-behavior: none;
}

0 comments on commit 973664a

Please sign in to comment.