websemantics/pyrocms-theme

Horizontal scrollbar in sidebar

ThinkGraphical opened this issue · 1 comments

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; 
}

Good call, thanks for the PR @ThinkGraphical