gwt-material icon indicating copy to clipboard operation
gwt-material copied to clipboard

Collapsed expandable SideNavMini overlaps main element and footer at screen width <= 992px

Open chamgda opened this issue 5 years ago • 1 comments

Caused by a media query in overridecss.css:

@media screen and (max-width: 992px)
footer, header, main {
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

This makes sense for SideNavs that have a collapsed width of 0 but it doesn't make sense for the expandable SideNavMini since it's always visible and thus potentially burries content beneath it.

chamgda avatar Apr 10 '19 12:04 chamgda

Ok we need to discuss this with out team, as always you can do overriding the css style sheet if you want. Maybe we could put this onhold then after we can add this to release 2.3.

kevzlou7979 avatar May 07 '19 08:05 kevzlou7979