Skip to content
Snippets Groups Projects
Commit b28e5700 authored by Jared Hancock's avatar Jared Hancock
Browse files

redactor: Fix overflow of fixed-size redactor boxes

parent 76a69a05
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,7 @@ body .redactor_box_fullscreen {
box-shadow: none !important;
white-space: normal;
border: 1px solid #eee;
overflow-y: auto;
}
.redactor_editor:focus {
outline: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment