diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index 8c435917..fa3a1cf2 100644 --- a/app/components/chat.module.scss +++ b/app/components/chat.module.scss @@ -212,6 +212,7 @@ .chat-body { flex: 1; overflow: auto; + overflow-x: hidden; padding: 20px; padding-bottom: 40px; position: relative;