Skip to content

Commit

Permalink
Merge pull request #360 from l3vels/fix/overflow
Browse files Browse the repository at this point in the history
fix: Chat history overflow
  • Loading branch information
Chkhikvadze authored Nov 30, 2023
2 parents 54be52f + 6d0fb3a commit 4dd7353
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 4dd7353

Please sign in to comment.