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?
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?
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