feat: improve chat room UI and scrolling behavior
- Added automatic scrolling to bottom of messages in chat room - Updated CSS to handle app and chat container height more precisely - Implemented scrollToBottom function for messages container - Ensured messages scroll automatically on new message or send - Removed unnecessary port mapping in docker-compose.yml
This commit is contained in:
parent
1e5a035d33
commit
1e3b188d90
3 changed files with 22 additions and 5 deletions
|
@ -28,8 +28,6 @@ services:
|
|||
- NODE_ENV=production
|
||||
- VITE_API_URL=https://chat-api.jusemon.com/graphql
|
||||
- VITE_WS_URL=wss://chat-api.jusemon.com/graphql
|
||||
ports:
|
||||
- "5173:5173"
|
||||
networks:
|
||||
- default-network
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue