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
Chrome (v 69.0.3497.100) on Windows. Likely to be an issue on most browsers, and most non-mac desktop OSes (Windows, Linux...).
Think it's due to the 100vw body not taking the width of the browser's vertical scroll bar into account.
Quickest fix I know of is overflow-x: hidden on the document body. Alternatively, could change the body width to max-width, or remove it entirely (I think...)
The text was updated successfully, but these errors were encountered:
Hi @VirtualDOMinic Thanks for PR. Can you please attach a screenshot of the app when horizontal bar appears in non-mac environment? I'll short investigate once cross-browser settings is ready as well.
Chrome (v 69.0.3497.100) on Windows. Likely to be an issue on most browsers, and most non-mac desktop OSes (Windows, Linux...).
Think it's due to the
100vw
body not taking the width of the browser's vertical scroll bar into account.Quickest fix I know of is
overflow-x: hidden
on the document body. Alternatively, could change the body width tomax-width
, or remove it entirely (I think...)The text was updated successfully, but these errors were encountered: