diff --git a/h5p-editor/scripts/h5peditor-editor.js b/h5p-editor/scripts/h5peditor-editor.js index 6540089c..dcb2c3b9 100644 --- a/h5p-editor/scripts/h5peditor-editor.js +++ b/h5p-editor/scripts/h5peditor-editor.js @@ -55,7 +55,7 @@ ns.Editor = function (library, defaultParams, replace, iframeLoaded) { '
' + ns.t('core', 'loading') + '
' + ''); iframe.contentDocument.close(); - iframe.contentDocument.documentElement.style.overflow = 'hidden'; + // iframe.contentDocument.documentElement.style.overflow = 'hidden'; }; /** @@ -478,7 +478,7 @@ ns.Editor.prototype.semiFullscreen = function ($iframe, $element, done) { // Restore the default style attribute properties $iframe.css({ width: '100%', - height: '3em', + height: '992px', zIndex: 101, top: 0, left: 0 @@ -548,7 +548,7 @@ ns.hideAllButOne = function (element, win) { display: sibling.style.getPropertyValue('display'), priority: sibling.style.getPropertyPriority('display') }); - sibling.style.setProperty('display', 'none', 'important'); + // sibling.style.setProperty('display', 'none', 'important'); } }