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 23ab152 commit 2bd607cCopy full SHA for 2bd607c
src/lib/sidenav/sidenav.scss
@@ -19,9 +19,6 @@
19
}
20
21
&.md-sidenav-opening, &.md-sidenav-opened {
22
- // The elevation of z-16 is noted in the design specifications.
23
- // See https://material.io/guidelines/patterns/navigation-drawer.html#
24
- @include md-elevation(16);
25
transform: translate3d($open, 0, 0);
26
27
@@ -126,6 +123,14 @@ md-sidenav {
126
123
@include md-sidenav-transition(0, -100%);
127
124
128
125
+
+ &.md-sidenav-opening, &.md-sidenav-opened {
+ &:not(.md-sidenav-side) {
129
+ // The elevation of z-16 is noted in the design specifications.
130
+ // See https://material.io/guidelines/patterns/navigation-drawer.html#
131
+ @include md-elevation(16);
132
+ }
133
134
135
136
.md-sidenav-focus-trap {
0 commit comments