This commit is contained in:
Markos Gogoulos
2026-05-02 17:06:46 +03:00
parent 41d3e8c92b
commit c802fdfc95
3 changed files with 5 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -135,6 +135,9 @@ const setupIframeOverlays = (editor, handleIframeAction) => {
const style = editorDoc.createElement('style');
style.id = 'tiny-mediacms-overlay-styles';
style.textContent = `
body {
padding-top: 28px !important;
}
.tiny-mediacms-iframe-wrapper {
display: inline-block;
position: relative;