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...
AdrianSutantio
Community Member
Go to your Moodle theme and try to add these CSS codes:
#page-mod-scorm-player {overflow-y:hidden;}
#page-mod-scorm-player #scormpage #scorm_object {
width: 100%;
height: 100%;
}
It will eliminate the outer scrolling bar when you open the SCORM page.
Credit to: Phillipe (https://moodle.org/mod/forum/discuss.php?d=348360)
ThierryRouli-64
4 years agoCommunity Member
Thanks a lot Adrian, it works!