Skip to content

Commit e933e4e

Browse files
karahansl
authored andcommitted
chore(sidenav): add todo for fullscreen (#353)
1 parent aa6c740 commit e933e4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/sidenav/sidenav.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $md-sidenav-push-background-color: md-color($md-background, dialog) !default;
4242
}
4343
}
4444

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

6262
box-sizing: border-box;
6363

64+
// TODO(hansl): Update this with a more robust solution.
6465
&[fullscreen] {
6566
@include md-sidenav-fullscreen();
6667
}

0 commit comments

Comments
 (0)