Is there a way to reserve the space typically used by the vertical bar on a page? Currently, when there is no bar present, the page adds padding or margin on the right side. However, when a vertical bar appears, it takes up this space and causes my content to shake from right to left, which is quite annoying.
I am currently using bootstrap 3, and you can test this issue with the following example: FIDDLE
overflow-y
Thank you for your help.