Skip to content

Commit bd62a2f

Browse files
committed
Fix chat container not scrolling on mobile
1 parent a7bccb2 commit bd62a2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

streams-react/src/components/ChatContainer/ChatContainer.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.container {
22
position: fixed;
33
right: 0;
4-
height: calc(100vh - 70px);
5-
/* width: 400px; */
4+
height: calc(100% - 70px);
65
width: 20%;
76
min-width: 400px;
87
max-width: 500px;

0 commit comments

Comments
 (0)