[#7746] readded editor fullscreen option and preloaded the tinymce component

This commit is contained in:
Gani Georgiev
2026-06-27 12:13:42 +03:00
parent 2d4d830203
commit 3a9a341527
15 changed files with 72 additions and 32 deletions
+6
View File
@@ -217,6 +217,12 @@
}
}
/* tinymce fullscreen preview */
.tox-fullscreen .modal {
width: 100% !important;
transition: none;
}
/* content scroll shadows */
.modal-content {
--topShadowOffset: calc(var(--spacing) + 1px);