Skip to content
Snippets Groups Projects
Commit b2d80c12 authored by khawkins's avatar khawkins
Browse files

Allow scrolling of wysiwyg

parent 3ced70a8
No related branches found
No related tags found
No related merge requests found
......@@ -97,4 +97,4 @@ body.is-reveal-open #status-messages.static .alert-box {
/* tinyMce WYSIWYG fixes */
body.mceContentBody,
body#tinymce { font-size: 1rem; margin: 0 1em; }
body#tinymce { font-size: 1rem; margin: 0 1em; overflow-y: scroll !important; }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment