Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/components/sidenav/sidenav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $md-sidenav-push-background-color: md-color($md-background, dialog) !default;
}
}

/* This mixin ensures a sidenav element spans the whole viewport. */
/* This mixin ensures a sidenav element spans the whole viewport.*/
@mixin md-sidenav-fullscreen {
position: absolute;
top: 0;
Expand All @@ -61,6 +61,7 @@ $md-sidenav-push-background-color: md-color($md-background, dialog) !default;

box-sizing: border-box;

// TODO(hansl): Update this with a more robust solution.
&[fullscreen] {
@include md-sidenav-fullscreen();
}
Expand Down