mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
Fix scrolling for large outputs
This commit is contained in:
parent
353a9afd34
commit
a7d54cd512
@ -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;
|
||||
|
1
IPython/html/static/style/style.min.css
vendored
1
IPython/html/static/style/style.min.css
vendored
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user