X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3a70e9d49ca41fcdecf1c12022ce86a4bc5121aa..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; } } }