how to make only vertical moving in textarea

Recommended Answers

All 2 Replies

You can set this in your CSS,like

textarea  {
overflow-y: scroll;
overflow-x: hidden;
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.