The only other thing I have which might help is a user chrome file - https://www.userchrome.org/how-create-userchrome-css.html - which has this simple rule in it:
html, body { overflow-y: visible !important; }
The only other thing I have which might help is a user chrome file - https://www.userchrome.org/how-create-userchrome-css.html - which has this simple rule in it:
That seems to help with a lot of the basic "disable scrolling" css rules that sites use.