Skip to content

Commit 77dc81a

Browse files
committedMar 8, 2021
fixed user overflow issue by making it to scroll on overflow
1 parent f6d4374 commit 77dc81a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/App.css

+5
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ h1, h2, h3, p, a, li, label, input {
137137
padding-left: 20px;
138138
}
139139

140+
.chatbox-body .chatbox-left .users {
141+
overflow: scroll;
142+
height: 79%;
143+
}
144+
140145
.chatbox-body .chatbox-left .user {
141146
display: flex;
142147
justify-content: flex-start;

0 commit comments

Comments
 (0)
Please sign in to comment.