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
{{ message }}
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.
Inside Chrome on linux if I load the site "full width" and then reduce the width down (which I like to do so I can have code examples just sat on the side) I am unable to scroll down as the side menu that has just be hidden pushes against my own efforts to read what's down there. If I reload with a short width then all is good - presumably the side menu isn't there in the first place. My guess would be: it should be display:none; rather than a display:hidden; somewhere.
The text was updated successfully, but these errors were encountered:
Inside Chrome on linux if I load the site "full width" and then reduce the width down (which I like to do so I can have code examples just sat on the side) I am unable to scroll down as the side menu that has just be hidden pushes against my own efforts to read what's down there. If I reload with a short width then all is good - presumably the side menu isn't there in the first place. My guess would be: it should be
display:none;
rather than adisplay:hidden;
somewhere.The text was updated successfully, but these errors were encountered: