Browser issue Log-in overlay in responsive screen widths indents the right margin of the page

This is really related to your use of the development tools on this page. Notice that the scrollbar behavior changes when the window resizes: it goes from having an actual width to the style that overlays the page (which means it's effectively 0px wide). We detect this when the page loads and take a number of actions based on that. Note that it will fix itself if you reload the page with the mobile responsive mode enabled because we'd detect the "correct" width in that case.

So we won't really be making any changes to account for this.
 
Top Bottom