Skip to content

Commit

Permalink
Fixes issue PolymerElements#153
Browse files Browse the repository at this point in the history
  • Loading branch information
ccjmne committed Nov 6, 2016
1 parent bab2290 commit 1e12555
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions paper-drawer-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@
@apply(--paper-drawer-panel-scrim);
}

.narrow-layout > #main >::content > [main] {
will-change: transform;
}

.narrow-layout > #drawer {
will-change: transform;
}
Expand Down

0 comments on commit 1e12555

Please sign in to comment.