Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsidebar width property screws up mobile rendering #177
Comments
|
Probably related to #127. |
If you set width for a sidebar, when you call the page from mobile, part of the sidebar may never go away, obscuring part of the content like this:

One solution that gets the dashboard rendering properly on mobile is to remove the sidebar width property from the code.