We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb036f1 commit ff9307fCopy full SHA for ff9307f
src/lib/sidenav/sidenav.ts
@@ -81,7 +81,7 @@ export class MdSidenav extends MdDrawer {
81
@Input()
82
get fixedInViewport() { return this._fixedInViewport; }
83
set fixedInViewport(value) { this._fixedInViewport = coerceBooleanProperty(value); }
84
- private _fixedInViewport = true;
+ private _fixedInViewport = false;
85
86
/**
87
* The gap between the top of the sidenav and the top of the viewport when the sidenav is in fixed
0 commit comments