Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MediaQueries that change NavBar height/expandable SidNavMini height don't match #903

Closed
chamgda opened this issue Apr 10, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@chamgda
Copy link

chamgda commented Apr 10, 2019

materialize.css defines

@media only screen and (min-width: 601px)
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 64px;
    line-height: 64px;
}

while override.css defines

@media screen and (max-width: 992px)
ul.side-nav.mini-with-expand {
    top: 56px;
    height: calc(100vh - 56px);
}

resulting in the expandable SideNavMini overlapping the NavBar by 8px if the screen width is between 601px and 992px.

@kevzlou7979 kevzlou7979 self-assigned this May 8, 2019
@kevzlou7979 kevzlou7979 added this to the Release 2.2 milestone May 8, 2019
@kevzlou7979 kevzlou7979 added the bug label May 8, 2019
@kevzlou7979
Copy link
Contributor

Fixed via 71e3a8c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants