dont hide hats overflow in chat

master
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 { .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 {