Skip to content

Commit 92cb64b

Browse files
committed
fix: #92
1 parent 0d42076 commit 92cb64b

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

src/css/friends/chat.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,15 @@
294294
}*/
295295

296296

297+
298+
.ChatHistoryContainer,
299+
.ChatRoomGroupDialog_history {
300+
position: unset;
301+
}
297302
.FriendChatTypingNotification {
298-
position: fixed;
299-
bottom: 16px;
300-
left: calc(16px + 12px);
301-
padding: 0 0 4px 6px;
303+
position: absolute;
304+
margin: 0;
305+
padding: 0 0 4px 12px;
302306
font-weight: 300;
303307
background: unset;
304308
}

0 commit comments

Comments
 (0)