Skip to content

Commit

Permalink
reenable minimum height for voila
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <[email protected]>
  • Loading branch information
timkpaine committed May 10, 2024
1 parent 8460585 commit 6beafec
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 6beafec

Please sign in to comment.