Css remove the bounce effect

667 Views Asked by At

enter image description here

I am having the following problem on firefox macOs.

I solved the Chrome problem by putting this in the body:

body {
  overscroll-behavior-y: none;
}

Can you give me a hand?

1

There are 1 best solutions below

2
Doppelbemme On

Try to use overscroll-behavior: none; instead of overscroll-behavior-y: none; as stated here.

https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior?retiredLocale=de