Adding additional whitespace at botton of notebook for TAB comp.

This commit is contained in:
Brian E. Granger 2011-08-15 14:10:27 -07:00
parent 0790979100
commit dcd25caf9a

View File

@ -31,7 +31,7 @@ var IPython = (function (IPython) {
// i) provide a margin between the last cell and the end of the notebook
// ii) to prevent the div from scrolling up when the last cell is being
// edited, but is too low on the page, which browsers will do automatically.
this.element.append($('<div class="end_space"></div>').height(50));
this.element.append($('<div class="end_space"></div>').height(150));
$('div#notebook').addClass('border-box-sizing');
};