Fix scrolling for large outputs

This commit is contained in:
Jonathan Frederic 2014-11-25 10:36:39 -08:00 committed by Jonathan Frederic
parent 353a9afd34
commit a7d54cd512
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ div#pager {
bottom: 0px;
width: 100%;
border-top: 1px solid @navbar-default-border;
max-height: 50%;
/* Display over codemirror */
z-index: 100;

View File

@ -10289,6 +10289,7 @@ div#pager {
bottom: 0px;
width: 100%;
border-top: 1px solid #e7e7e7;
max-height: 50%;
/* Display over codemirror */
z-index: 100;
/* Hack which prevents jquery ui resizable from changing top. */