CSS FIX for Front-end editor

Currently you can only type about 7 lines of text before your text disappears. This CSS needs to be added so that the editor will automatically add a scrollbar to your entry. Add this code to any CSS stylesheet to automatically add a scrollbar to your entry.

iframe#userpro_editor_ifr {
overflow: scroll !important;
}

Was this article helpful?

Related Articles

Leave A Comment?