Forum Discussion
PaulKnights-45c
8 years agoCommunity Member
Rise - shows double scroll bar in an LMS window
Hi, Just testing Rise on a normal Moodle instance and I keep getting a double scrollbar in the window. Tried 100% on the window dialogue but it still put a white bar at the bottom, which in turn cre...
AlexYoung-24870
Community Member
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-0c
4 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.