chore: chat list scrollable

This commit is contained in:
zerosoul
2022-04-06 16:30:08 +08:00
parent 8ea1219fe0
commit 5ea5da9234
+2
View File
@@ -36,6 +36,8 @@ const StyledWrapper = styled.div`
display: flex;
flex-direction: column;
gap: 4px;
max-height: 40vh;
overflow: auto;
a {
text-decoration: none;
}