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 24f1acb commit f18c766Copy full SHA for f18c766
src/lib/sidenav/sidenav.ts
@@ -82,7 +82,7 @@ export class MdSidenav extends MdDrawer {
82
@Input()
83
get fixedInViewport() { return this._fixedInViewport; }
84
set fixedInViewport(value) { this._fixedInViewport = coerceBooleanProperty(value); }
85
- private _fixedInViewport = true;
+ private _fixedInViewport = false;
86
87
/**
88
* The gap between the top of the sidenav and the top of the viewport when the sidenav is in fixed
0 commit comments