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
- AllisonLaMotte6 years agoStaff
Hi Tim,
I’m sorry that you’re still seeing this problem on your end.
The quickest way to resolve this issue is to have our Support Team take a look. You can submit a case here.
- TimLewis-c68f586 years agoCommunity Member
Thanks Allison, have just created a ticket; 01668006 .
Regards,
Tim Lewis
Director
m: +61 447 644 574
- AllisonLaMotte6 years agoStaff
Perfect!
Also, I just thought I'd point out that when you respond directly from your email, your signature is appended to the message. You may want to pop in there and edit out any personal information that you don't want to share with the community.
- AlexYoung-248705 years agoCommunity 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-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.