websemantics / pyrocms-theme

Skinnable, responsive and highly customizable admin theme for PyroCMS 3
MIT License
15 stars 1 forks source link

Horizontal scrollbar in sidebar #1

Closed ThinkGraphical closed 7 years ago

ThinkGraphical commented 7 years ago

I'm noticing a horizontal scroll in the sidemenu, while it looks like the content could fit.

control_panel_ _posts_and_new_issue_ _websemantics_pyrocms-theme

When you remove following fixed width, the horizontal scroll is gone.

// line 15 in theme/layout/_sidebar.scss
body:not(.pyrocms) #sidebar .nav {
    margin: 0;
    padding: 0;
    width: 300px;
    list-style: none; 
}
websemantics commented 7 years ago

Good call, thanks for the PR @ThinkGraphical