Skip to content

Commit 2291d52

Browse files
thymikeeferrannp
authored andcommitted
docs: add iOS safari fix for "hijacked" scroll (callstack#323)
1 parent 20843ef commit 2291d52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/pages/src/Home.js

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const elevated = css`
6666
const container = css`
6767
width: 100%;
6868
overflow-y: auto;
69+
-webkit-overflow-scrolling: touch;
6970
`;
7071

7172
const cover = css`

0 commit comments

Comments
 (0)