dont hide hats overflow in chat

pull/24/head
Aevann1 2022-11-26 03:59:53 +02:00 committed by geese_suck
parent 34c82853a4
commit eafa7688f1
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 1 additions and 1 deletions

View File

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