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
In global.css line 418 the min-width of 830px seems to be arbitrary, unless I am missing something. Taking it out seems to work fine and prevents horizontal scrolling on small screens.
The text was updated successfully, but these errors were encountered:
I think there should be some kind of min-width, because at a certain point the sidebar gets to be a significant fraction of screen-width. Right now the minimum is about 1024px, but I guess it could be smaller.
Ok, so if the sidebar is the reason, would it make sense to apply a max-width to it instead? It seems more natural and avoids problems on smaller screens.
In global.css line 418 the min-width of 830px seems to be arbitrary, unless I am missing something. Taking it out seems to work fine and prevents horizontal scrolling on small screens.
The text was updated successfully, but these errors were encountered: