mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-05-03 03:22:04 -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');
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user