From 5ea5da923446876c6fd73ef57fa86939f94fc988 Mon Sep 17 00:00:00 2001 From: zerosoul Date: Wed, 6 Apr 2022 16:30:08 +0800 Subject: [PATCH] chore: chat list scrollable --- src/routes/chat/styled.js | 2 ++ 1 file changed, 2 insertions(+) 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; }