##// END OF EJS Templates
Notebook isolated content: fix firefox extra-space issue...
Pablo de Oliveira -
Show More
@@ -335,6 +335,7 b' var IPython = (function (IPython) {'
335 // Create an iframe to isolate the subarea from the rest of the
335 // Create an iframe to isolate the subarea from the rest of the
336 // document
336 // document
337 var iframe = $('<iframe/>');
337 var iframe = $('<iframe/>');
338 iframe.attr('height', 1);
338 iframe.attr('frameborder', 0);
339 iframe.attr('frameborder', 0);
339 iframe.attr('scrolling', 'auto');
340 iframe.attr('scrolling', 'auto');
340
341
General Comments 0
You need to be logged in to leave comments. Login now