From c5bab7e1dbfb13e406b1fe7e9efb351c04b6f160 Mon Sep 17 00:00:00 2001 From: cjeongmin Date: Thu, 30 May 2024 18:49:31 +0900 Subject: [PATCH] feat: Add the overflow-x attribute in messageContainer --- src/components/chat/ChattingRoom.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/chat/ChattingRoom.tsx b/src/components/chat/ChattingRoom.tsx index 6546f21..aaf8664 100644 --- a/src/components/chat/ChattingRoom.tsx +++ b/src/components/chat/ChattingRoom.tsx @@ -76,6 +76,7 @@ const styles = { height: calc(100% - 7.5rem); box-shadow: 0px -1px 0px 0px #e5e5ea inset; position: relative; + overflow-x: hidden; &::-webkit-scrollbar { width: 0.5rem;