diff --git a/src/routes/chat/styled.js b/src/routes/chat/styled.js index cfa5c27e..e7f8b3cf 100644 --- a/src/routes/chat/styled.js +++ b/src/routes/chat/styled.js @@ -36,6 +36,8 @@ const StyledWrapper = styled.div` display: flex; flex-direction: column; gap: 4px; + max-height: 40vh; + overflow: auto; a { text-decoration: none; }