How to Disable Resizing for a Textarea in Webflow
Learn how to disable or control resizing on a Webflow textarea with CSS, and how to build an auto-expanding textarea.
In this tutorial, Sandro, cofounder of Gemeos Webflow agency, shows you how to disable or control textarea resizing in Webflow.
Example
CSS solution (recommended)
This is the simplest solution. Add this CSS in a global embed or in your Webflow styles via an embed on the page.
Auto-expanding textarea
For a textarea that grows automatically with the content (without a visible scrollbar):
Conclusion
resize: none is the fastest CSS solution to apply. The auto-expanding script improves the UX even more.
Lorem ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.















