My Web Content Shifts Left When The Vertical Scrollbar Appears on windows machine... how to fix this?
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.