We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20843ef commit 2291d52Copy full SHA for 2291d52
docs/pages/src/Home.js
@@ -66,6 +66,7 @@ const elevated = css`
66
const container = css`
67
width: 100%;
68
overflow-y: auto;
69
+ -webkit-overflow-scrolling: touch;
70
`;
71
72
const cover = css`
0 commit comments