Forums
Forums / Plugin: Contact Form 7 / Adding a Scroll Bar to Text Field
(@jonelp)
10 years, 6 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 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.