fix: Cannot scroll on mobile with image on screen

This commit is contained in:
Tom Moor
2023-02-28 18:59:22 -05:00
parent 739a291a46
commit e4ec1681d5

View File

@@ -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 {