Forum Discussion

MadisonSouza's avatar
MadisonSouza
Community Member
3 months ago

Remove scroll bar on embedded QuestionPro block

I've embedded questionpro iframes into my course. I am wondering how to remove the scroll bar on the right side? Attached is a screenshot.

 

Thanks!

  • Hi Madison, 

    Typically, adding a scrolling="no" attribute to the iframe should hide the scrollbars. So with the attribute added, your iframe code should look something like this: 

    <iframe src="http://articulate.com"  scrolling="no" style=" width: 550px; height: 500px;  overflow: hidden;" ></iframe>

    Hope this helps!