mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Adding additional whitespace at botton of notebook for TAB comp.
This commit is contained in:
parent
0790979100
commit
dcd25caf9a
@ -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');
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user