mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-05-05 20:23:26 -04:00
a
This commit is contained in:
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');
|
const style = editorDoc.createElement('style');
|
||||||
style.id = 'tiny-mediacms-overlay-styles';
|
style.id = 'tiny-mediacms-overlay-styles';
|
||||||
style.textContent = `
|
style.textContent = `
|
||||||
body {
|
|
||||||
padding-top: 28px !important;
|
|
||||||
}
|
|
||||||
.tiny-mediacms-iframe-wrapper {
|
.tiny-mediacms-iframe-wrapper {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-top: 24px;
|
margin-top: 28px;
|
||||||
}
|
}
|
||||||
.tiny-mediacms-iframe-wrapper iframe {
|
.tiny-mediacms-iframe-wrapper iframe {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user