This commit is contained in:
Markos Gogoulos
2026-05-02 17:16:42 +03:00
parent c802fdfc95
commit 4238559b95
3 changed files with 3 additions and 6 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -135,15 +135,12 @@ 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;
line-height: 0;
vertical-align: top;
margin-top: 24px;
margin-top: 28px;
}
.tiny-mediacms-iframe-wrapper iframe {
display: block;