diff --git a/mod/scorm/rd.js b/mod/scorm/rd.js index 1fedf74031e..8a4d29a32f7 100644 --- a/mod/scorm/rd.js +++ b/mod/scorm/rd.js @@ -63,7 +63,7 @@ function scorm_resize (cwidth, cheight) { var totalheighttoc = totalheight+imsnavheight; // override total height with configured height if it is smaller - if (cheight >= 400 && winheight > cheight) { + if (cheight > 0) { winheight = cheight; } var toctree = document.getElementById('toctree');