Topic: Textarea rows
Marta Szymanska staff pro premium answered 8 years ago
textarea.md-textarea {
height: 12rem;
}
and about scrollbar, if you want scrollbar always visible, add this code to your CSS file:
textarea.md-textarea {
overflow-y: scroll;
}
and if you want scrollbar visible only when it's needed, change "scroll" to "auto" info25 answered 8 years ago
Ian Dexter Mendoza Siñel answered 7 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No