Forum Discussion
Rise - shows double scroll bar in an LMS window
Hi,
I've viewed all posts on this topic but I'm having the same issue re double scroll bars. I know the Rise crew have stated this is fixed ... but not sure how it can be if I'm seeing it on Courses I'm creating today.
I'm not technical so unfortunately short-cuts as proposed in making changes to the CSS are not practical for me. Would therefore appreciate a solution that fixes this once and for all.
Tim
Hello All:
You can change the CSS in Moodle by doing the following:
In Moodle, go to Site Administration >Appearance > Themes > (Select your Theme here ) Mine is Adaptable > Custom CSS & JS.
Add the following code in the CSS Window.
#page-mod-scorm-player {overflow-y:hidden;}
#page-mod-scorm-player #scormpage #scorm_object {
width: 100%;
height: 100%;
}
- SunnyHemnani-0c4 years agoCommunity Member
Hi Alex, It works fine when we open the Rise SCORM in new tab.
but I want to open it in the same window, how to remove the extra scroll?
right now if we add this css and open the scorm in same window, it shows screen till the moodle header, rise course title not even show the start course button.
Is there any way that we keep open the Rise Scorm in same window and hide the moodle scroll?
Thank you.