Chidozie Nnachor

Joined

110 Experience
1 Lesson Completed
0 Questions Solved

Activity

You can use the overflow CSS style. Add a class to the trix body and style like so:

trix-content {  max-height: 800px !important;  overflow-y: auto; }

I hope that helps