Skip to content
Snippets Groups Projects
Commit e59c9599 authored by uhensler's avatar uhensler
Browse files

OO-4323: Horizontal scrolling in large single page course elements (IE)

parent 04ce9549
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,6 @@ function registerIFrame(iFrameId) {
if (debugIFRH) console.log("iFrame %s registered.", iFrameId);
iframe.contentDocument.body.style["overflow-y"] = "hidden";
iframe.contentDocument.body.style["overflow-x"] = "auto";
// only needed for IE11 but seams to not brake other browsers
iframe.contentDocument.body.scroll = "no";
},
resizedCallback: function(iframe) {
OPOL.adjustHeight()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment