Try to use overscroll-behavior-y: contain; inside the html tag instead of the body one, like this:
overscroll-behavior-y: contain;
html
body
html { overscroll-behavior-y: none; }