diff --git a/main/newscorm/lp_view.php b/main/newscorm/lp_view.php index e2d47004f8..21a431109a 100644 --- a/main/newscorm/lp_view.php +++ b/main/newscorm/lp_view.php @@ -310,7 +310,10 @@ if($_SESSION['oLP']->mode == 'fullscreen') } document.getElementById('learningPathToc').style.height = newLeftZoneHeight + 'px'; document.getElementById('learningPathRightZone').style.height = newRightZoneHeight + 'px'; + + if(document.getElementById('content_id')) { document.getElementById('content_id').style.height = newRightZoneHeight + 'px'; + } if (document.body.clientHeight > winHeight) { document.body.style.overflow = 'auto'; } else {