diff --git a/IPython/html/static/notebook/js/outputarea.js b/IPython/html/static/notebook/js/outputarea.js
index b19312e..5b17d1a 100644
--- a/IPython/html/static/notebook/js/outputarea.js
+++ b/IPython/html/static/notebook/js/outputarea.js
@@ -335,6 +335,7 @@ var IPython = (function (IPython) {
// Create an iframe to isolate the subarea from the rest of the
// document
var iframe = $('');
+ iframe.attr('height', 1);
iframe.attr('frameborder', 0);
iframe.attr('scrolling', 'auto');