Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmurtaugh committed May 10, 2018
2 parents 3d5282a + 3185548 commit f78aad5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions css/dart_iframe_min_height.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* For learning assets from dart.harvard.edu that are
embedded in Canvas modules, ensure that the height
of the iframe is never smaller than the maximum
height of the iframe source content.
This code prevents an additional scrollbar from being
created when Canvas renders a ExternalURL iframe
with a height smaller than 800px.
For questions about this code, please contact the
VPAL Services Team:
[email protected]
[email protected]
[email protected]
*/
iframe#file_content[src*="dart.harvard.edu"] {
min-height: 800px;
}

0 comments on commit f78aad5

Please sign in to comment.