2 .mce-tinymce.mce-container.mce-fullscreen {
13 @include lightDark(background-color, #fff, #333);
16 @include lightDark(background-color, #fff, #333);
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;
54 // Force TinyMCE iframe to render on its own layer
55 // for much greater performance in Safari
56 will-change: transform;
61 .page-content.mce-content-body p {
65 .page-content.mce-content-body {
66 padding-block-start: 1rem;
67 padding-block-end: 1rem;
72 .page-content.mce-content-body > :last-child {
76 // Fix to prevent 'No color' option from not being clickable.
81 // Fix to prevent CodeMirror focus events throwing TinyMCE cursor position.
82 .mce-content-body .CodeMirrorContainer > .CodeMirror {