##// END OF EJS Templates
Fix scrolling for large outputs
Jonathan Frederic -
Show More
@@ -8,6 +8,7 b' div#pager {'
8 bottom: 0px;
8 bottom: 0px;
9 width: 100%;
9 width: 100%;
10 border-top: 1px solid @navbar-default-border;
10 border-top: 1px solid @navbar-default-border;
11 max-height: 50%;
11
12
12 /* Display over codemirror */
13 /* Display over codemirror */
13 z-index: 100;
14 z-index: 100;
@@ -10289,6 +10289,7 b' div#pager {'
10289 bottom: 0px;
10289 bottom: 0px;
10290 width: 100%;
10290 width: 100%;
10291 border-top: 1px solid #e7e7e7;
10291 border-top: 1px solid #e7e7e7;
10292 max-height: 50%;
10292 /* Display over codemirror */
10293 /* Display over codemirror */
10293 z-index: 100;
10294 z-index: 100;
10294 /* Hack which prevents jquery ui resizable from changing top. */
10295 /* Hack which prevents jquery ui resizable from changing top. */
General Comments 0
You need to be logged in to leave comments. Login now