From 2974669c8726aeca9d0587756531135336d7a643 Mon Sep 17 00:00:00 2001 From: Anthony M Date: Fri, 13 Oct 2017 20:26:24 -0700 Subject: [PATCH] Handle full screen scrolling on iOS --- lib/ui/src/modules/ui/components/layout/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ui/src/modules/ui/components/layout/index.js b/lib/ui/src/modules/ui/components/layout/index.js index a05df351e03..6746dd6ee37 100755 --- a/lib/ui/src/modules/ui/components/layout/index.js +++ b/lib/ui/src/modules/ui/components/layout/index.js @@ -75,7 +75,8 @@ const fullScreenPreviewStyle = { border: 0, margin: 0, padding: 0, - overflow: 'hidden', + overflow: 'auto', + webkitOverflowScrolling: 'touch', }; const defaultSizes = {