diff --git a/packages/status-react/src/routes/chat/index.tsx b/packages/status-react/src/routes/chat/index.tsx index 131cfb4a..0f32ba8f 100644 --- a/packages/status-react/src/routes/chat/index.tsx +++ b/packages/status-react/src/routes/chat/index.tsx @@ -88,6 +88,8 @@ const ContentWrapper = styled('div', { overflowX: 'hidden', WebkitOverflowScrolling: 'touch', overscrollBehavior: 'contain', + minWidth: 1, + // scrollSnapType: 'y proximity', // '& > div:last-child': {