Skip to content

Commit

Permalink
fix: Chat history overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
levanion committed Nov 30, 2023
1 parent ecbf113 commit 6d0fb3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/ui/src/modals/AIChatModal/components/ChatHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ const StyledMembersWrapper = styled.div`
z-index: 12000000;
overflow: auto;
padding: 10px;
display: flex;
Expand Down

0 comments on commit 6d0fb3a

Please sign in to comment.