vue-autosize-textarea
add the following properties to textarea right:
{
resize: none;
overflow: hidden;
height: 32px;
}
For my project, I've to use http://cleanslatecss.com/ which make every css !important. So the height is already set as !important and hence vue-autosize-textarea
isn't working for me. Is there any way to make it !important?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too