Skip to content

Commit

Permalink
fixes chat box scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarsh-scottlogic committed Jan 12, 2024
1 parent 151a857 commit 274ed78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ChatBox/ChatBoxFeed.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
gap: 0.75rem;
justify-content: center;
justify-content: stretch;
overflow-y: auto;
height: fit-content;
padding: 0.5rem 2rem;
Expand Down

0 comments on commit 274ed78

Please sign in to comment.