diff --git a/src/components/common/messaging/attachments/Grid.tsx b/src/components/common/messaging/attachments/Grid.tsx index 515058a3..0732550f 100644 --- a/src/components/common/messaging/attachments/Grid.tsx +++ b/src/components/common/messaging/attachments/Grid.tsx @@ -18,6 +18,8 @@ const Grid = styled.div` max-width: 100%; max-height: 100%; + overflow: hidden; + object-fit: contain; }