2 .mce-tinymce.mce-container.mce-fullscreen {
13 background-color: #FFF;
16 background-color: #FFF;
20 .mce-container-body.mce-flow-layout {
24 @include smaller-than($l) {
25 .mce-container-body.mce-flow-layout {
31 .edit-area.flex > div > .mce-tinymce.mce-container.mce-panel {
33 display: flex !important;
34 flex-direction: column;
37 > .mce-container-body {
39 display: flex !important;
40 flex-direction: column;
47 display: flex !important;
48 flex-direction: column;
50 -webkit-overflow-scrolling:touch;
58 .page-content.mce-content-body p {
62 .page-content.mce-content-body {
67 // Fix to prevent 'No color' option from not being clickable.
72 // Fix to prevent CodeMirror focus events throwing TinyMCE cursor position.
73 .mce-content-body .CodeMirrorContainer > .CodeMirror {