From e4ec1681d5255b57fa56126e4ff0afe99156df92 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 28 Feb 2023 18:59:22 -0500 Subject: [PATCH] fix: Cannot scroll on mobile with image on screen --- shared/editor/nodes/Image.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/editor/nodes/Image.tsx b/shared/editor/nodes/Image.tsx index 5ea848993..6bdc563af 100644 --- a/shared/editor/nodes/Image.tsx +++ b/shared/editor/nodes/Image.tsx @@ -904,7 +904,6 @@ const ImageWrapper = styled.div<{ isFullWidth: boolean }>` transition-property: width, height; transition-duration: ${(props) => (props.isFullWidth ? "0ms" : "150ms")}; transition-timing-function: ease-in-out; - touch-action: none; overflow: hidden; img {