From 9aebe0a6c8b6d2bda9a50d5706108be36c3fd51d Mon Sep 17 00:00:00 2001 From: inter Date: Mon, 8 Sep 2025 16:38:41 +0800 Subject: [PATCH] Add File --- .../public/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 frontend/public/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js diff --git a/frontend/public/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js b/frontend/public/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js new file mode 100644 index 0000000..125f5ad --- /dev/null +++ b/frontend/public/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js @@ -0,0 +1 @@ +tinymce.Resource.add('ui/tinymce-5-dark/skin.shadowdom.css', `body.tox-dialog__disable-scroll{overflow:hidden}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}`) \ No newline at end of file