Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(sidenav): make backdrop invisible when sidenav is locked-open
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Nov 17, 2014
1 parent 15bb142 commit 4a75d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidenav/_sidenav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ md-sidenav {

@extend .md-sidenav-left;
}
.md-sidenav-backdrop.locked-open {
.md-sidenav-backdrop.md-locked-open {
display: none;
}

Expand Down

0 comments on commit 4a75d59

Please sign in to comment.