Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit c65be9b

Browse files
authored
fix(drawer): Fix drawer content to have momentum scroll on iOS (#3578)
1 parent e201d24 commit c65be9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdc-drawer/common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
.mdc-drawer__content {
160160
height: 100%;
161161
overflow-y: auto;
162+
-webkit-overflow-scrolling: touch;
162163
}
163164

164165
// postcss-bem-linter: end

0 commit comments

Comments
 (0)