Handle full screen scrolling on iOS

This commit is contained in:
Anthony M 2017-10-13 20:26:24 -07:00
parent 1575faec63
commit 2974669c87

View File

@ -75,7 +75,8 @@ const fullScreenPreviewStyle = {
border: 0,
margin: 0,
padding: 0,
overflow: 'hidden',
overflow: 'auto',
webkitOverflowScrolling: 'touch',
};
const defaultSizes = {