dont hide hats overflow in chat

pull/16/head
Aevann1 2022-11-26 03:59:53 +02:00
parent 6a94ac3aa9
commit 19add5fa9e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
.ChatMessage {
position: relative;
padding-right: 1.5rem;
overflow: hidden;
max-height: 300px;
}
@ -39,6 +38,7 @@
align-items: center;
justify-content: space-between;
padding-left: 30px;
overflow: hidden;
}
.ChatMessage-content {