gwt-material
gwt-material copied to clipboard
Collapsed expandable SideNavMini overlaps main element and footer at screen width <= 992px
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.
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.