Update chat.module.scss

This commit is contained in:
Yifei Zhang 2023-06-30 16:08:45 +08:00 committed by GitHub
parent 5d6e7de667
commit 9057712c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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