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)
AlexYoung-24870
5 years agoCommunity Member
Adrian:
Thanks to you and to Phillipe. This worked for me in Moodle 3.2.8.
The double scroll bars killed the aesthetic quality of the Rise Presentations, but the css fix has resolved it.
Much Appreciated.