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

textarea is overflowing on small screen when resizing it #8

Open
sanba-anass opened this issue Sep 23, 2022 · 1 comment
Open

textarea is overflowing on small screen when resizing it #8

sanba-anass opened this issue Sep 23, 2022 · 1 comment

Comments

@sanba-anass
Copy link

sanba-anass commented Sep 23, 2022

when I resize the textarea and shrink the screen the textarea start overflowing
try adding max-width to prevent this
.main-input{
max-width: 100%;
height: 178px;
width: 447px;
}

@sanba-anass
Copy link
Author

also thank you so much Elzero I learned a lot from you! 😁

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

No branches or pull requests

1 participant