style: constrain exam iframe to avoid scroll problems (#35396)

This commit is contained in:
Zachary Hancock
2024-08-30 10:59:18 -04:00
committed by GitHub
parent 311da82ff9
commit 92cc3bf808

View File

@@ -7,7 +7,7 @@ import pytz
<div class="proctoring-wrapper">
% if section_data.get('mfe_view_url'):
<div id="proctoring-mfe-view">
<iframe width="100%" height="1280" frameborder="0" src="${ section_data['mfe_view_url'] }"></iframe>
<iframe width="100%" style="height: 55vh;" frameborder="0" src="${ section_data['mfe_view_url'] }"></iframe>
</div>
% else:
% if section_data.get('escalation_email'):