Skip to content

Commit 0616d1f

Browse files
committed
default fixedInViewport to false
1 parent 4ed9137 commit 0616d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/sidenav/sidenav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class MdSidenav extends MdDrawer {
8282
@Input()
8383
get fixedInViewport() { return this._fixedInViewport; }
8484
set fixedInViewport(value) { this._fixedInViewport = coerceBooleanProperty(value); }
85-
private _fixedInViewport = true;
85+
private _fixedInViewport = false;
8686

8787
/**
8888
* The gap between the top of the sidenav and the top of the viewport when the sidenav is in fixed

0 commit comments

Comments
 (0)