Skip to content

Commit c566242

Browse files
committed
fix(sidenav): add scrolling style to enable momentum scroll
1 parent 4f9051f commit c566242

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/sidenav/sidenav.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ $md-sidenav-push-background-color: md-color($md-background, dialog) !default;
6060
@include md-stacking-context();
6161

6262
box-sizing: border-box;
63+
overflow-y: scroll;
64+
-webkit-overflow-scrolling: touch;
6365

6466
// TODO(hansl): Update this with a more robust solution.
6567
&[fullscreen] {

0 commit comments

Comments
 (0)