Overview
If your scorm window does not look correct please submit a ticket for us to apply the patch or if you have experience with CSS you can add this to your custom CSS section:
/***** Scorm view Fix *******/
@-webkit-keyframes nodeInserted {
from { opacity: 0.99; }
to { opacity: 1; }
}
#scorm_content > iframe
{
-webkit-animation-duration: 0.001s;
-webkit-animation-name: nodeInserted;
}