Skip to content

Commit

Permalink
Merge pull request #2495 from finos/fix-jupyter-output-scroll
Browse files Browse the repository at this point in the history
Fix output scrolling in Jupyter when `perspective-python` is installed
  • Loading branch information
texodus authored Jan 10, 2024
2 parents e1625e7 + 3b77c27 commit feb4df6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/perspective-jupyterlab/src/less/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ div.PSPContainer {
height: 520px;
}

// override for small style
.jp-CodeCell.jp-mod-outputsScrolled .jp-Cell-outputArea {
max-height: unset;
margin: auto;
}

// Widget height for Jupyter Notebook
.jupyter-widgets-view div.PSPContainer {
height: 520px;
Expand Down

0 comments on commit feb4df6

Please sign in to comment.