Skip to content

Commit

Permalink
reenable minimum height for voila
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Apr 9, 2024
1 parent 055d5b3 commit 12de909
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/perspective-jupyterlab/src/less/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ div.PSPContainer {
height: 520px;
}

// Widget height for Voila
body[data-voila="voila"] .jp-OutputArea-output div.PSPContainer {
min-height: 520px;
}

div.PSPContainer perspective-viewer[theme="Pro Light"] {
--plugin--border: 1px solid #e0e0e0;
}
Expand Down

0 comments on commit 12de909

Please sign in to comment.