Skip to content

Commit

Permalink
feat: Add the overflow-x attribute in messageContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeongmin committed May 30, 2024
1 parent d6bfd10 commit c5bab7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/chat/ChattingRoom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c5bab7e

Please sign in to comment.