0

I am using overflow-y:auto, it works fine on mac but not on windows machine. I also tried using overflow-y: overlay, but many browsers does not support this and also its a deprecated property. Is there a simple and reliable solution to this.

  • If you can use javascript, you can try to detect the browser via useragent and load a different stylesheet for different browsers. You can also try to style the scrollbar itself. – Dov Rine Oct 20 '21 at 06:20
  • Does this answer your question? [How to prevent scrollbar from repositioning web page?](https://stackoverflow.com/questions/1417934/how-to-prevent-scrollbar-from-repositioning-web-page) – Fabian S. Oct 20 '21 at 07:06

0 Answers0