I'm working on a BlackBoard installation and only have access to the CSS files (which are a mess by default). The problem I encounter only occurs on pages where the main content div is rendered by an iFrame. When I load the page I am unable to scroll down, however, after resizing my browser window the scrolling starts working again.
I did my Google search, tried some different styles but without any result. So any pointer would be really helpful as to where I should look.
Unfortunately I cannot provide a live example as everything happens after authentication, so I realise this will be somewhat of a longshot.
The offending element:
<iframe id="contentFrame" target="_self" style="display: none; width:100%; height: 400px;" frameborder="0" name="content" title="ContentFrame" src="https://bb1415ap.uantwerpen.be/webapps/blackboard/execute/launcher?type=Course&id=_4244_1&url=" framespacing="5"></iframe>
The div that wraps around it:
<div id="globalNavPageContentArea" style="height: 528px; overflow: auto;">
Removing all CSS specific to either the wrapper div or the iframe itself has no effect on the problem.