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

Commit e440edb

Browse files
crisbetoThomasBurleson
authored andcommitted
fix(sidenav): enable native scrolling on touch devices
Enables the native inertia scrolling in the sidenav. Closes #7786. Closes #7751
1 parent 39619ae commit e440edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/sidenav/sidenav.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ md-sidenav {
1212
max-width: $sidenav-mobile-width;
1313
bottom: 0;
1414
overflow: auto;
15+
-webkit-overflow-scrolling: touch;
1516

1617
ul {
1718
list-style: none;

0 commit comments

Comments
 (0)