Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(chat): dynamically resize text boxes and remove extra scroll bar #39

Merged
merged 3 commits into from
Oct 10, 2024

Conversation

nunniii
Copy link
Contributor

@nunniii nunniii commented Oct 10, 2024

This PR addresses the requirements of the issue: #20 --> "Make the text boxes proportionate to the text. The text boxes should resize dynamically according to the text content".

Dynamic Text Box Resizing:
The text boxes now resize dynamically based on the content, ensuring they are always proportionate to the text.

Scroll Bar Fixes:
The extra scroll bar has been removed from the chat component. To address horizontal scrolling issues that occurred when resizing the window or modifying stylesheets, the preventHorizontalScroll.js file was added. This ensures that unnecessary horizontal scrolling is prevented, keeping the layout clean across different screen sizes.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @nunniii ,

Thanks for opening this PR! We appreciate your contribution and will review it as soon as we can. We’ll get back to you with any feedback or updates shortly.

Cheers🥂,
The Team

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

¨¨

@MadhavKrishanGoswami MadhavKrishanGoswami merged commit 82d4a51 into MadhavKrishanGoswami:main Oct 10, 2024
1 check passed
@MadhavKrishanGoswami
Copy link
Owner

Thank you so much for your contribution, @nunniii!
Your work is greatly appreciated. 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants