You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't a huge deal, but it would be nice to be able to avoid having the sidebar shift to the right when a Bootstrap modal is invoked. Bootstrap removes the scrollbar of the main viewport when a modal is opened, and thus the sidebar gets shifted to the right. It's not a functional issue, but aesthetically it is distracting.
Given all the magic Bootstrap uses behind the scenes there is no simple CSS fix to prevent the issue without causing other problems. Is there anything that could be added to allow the sidebar to detect removal of a scrollbar and compensate for that?