X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b80b6ed942c0eddfc5591b0f6745a990322c8ee2..refs/pull/2515/head:/resources/sass/_tinymce.scss diff --git a/resources/sass/_tinymce.scss b/resources/sass/_tinymce.scss index 9dbecda95..dfaf6683e 100644 --- a/resources/sass/_tinymce.scss +++ b/resources/sass/_tinymce.scss @@ -51,6 +51,9 @@ overflow:auto; iframe { flex: 1; + // Force TinyMCE iframe to render on its own layer + // for much greater performance in Safari + will-change: transform; } } }