Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(sidenav): enable native scrolling on touch devices
Browse files Browse the repository at this point in the history
Enables the native inertia scrolling in the sidenav.

Closes #7786.

Closes #7751
  • Loading branch information
crisbeto authored and ThomasBurleson committed Mar 30, 2016
1 parent d996176 commit 2c40367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sidenav/sidenav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ md-sidenav {
max-width: $sidenav-mobile-width;
bottom: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;

ul {
list-style: none;
Expand Down

0 comments on commit 2c40367

Please sign in to comment.