I'm disabling the scroll-bar in some cases using:
overflow: hidden;
But, whenever my scrollbar is disabled, the page shifts to the right a little. So is there a way to avoid that shifting?
I'm disabling the scroll-bar in some cases using:
overflow: hidden;
But, whenever my scrollbar is disabled, the page shifts to the right a little. So is there a way to avoid that shifting?