Multiple lines of text -Enhanced rich text how to allow scroll
Posted: 17 Apr 2017
Multiple lines of text -Enhanced rich text how to allow scroll
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
.fd_field[fd_name='Text'] .ms-rtestate-write {
height: 200px;
overflow: auto;
}