Forums
Forums / Plugin: Contact Form 7 / Adding a Scroll Bar to Text Field
(@jonelp)
10 years, 7 months ago
I’ve created a online form that has a text field which acts as a Terms & Conditions section. How can I add a scroll bar to this text field?
https://wordpress.org/plugins/contact-form-7/
(@zdavis)
10 years, 1 month ago
give it a class name and then add overflow-y: scroll; in your css.
.class-name{ overflow-y: scroll; }
The topic ‘Adding a Scroll Bar to Text Field’ is closed to new replies.