Merged changes from upstream

This commit is contained in:
Dirk S 2023-06-30 16:29:05 +02:00
commit 4d9219d445

View File

@ -212,6 +212,7 @@
.chat-body { .chat-body {
flex: 1; flex: 1;
overflow: auto; overflow: auto;
overflow-x: hidden;
padding: 20px; padding: 20px;
padding-bottom: 40px; padding-bottom: 40px;
position: relative; position: relative;