Skip to content

Commit 5a3e90e

Browse files
committed
Fix CSS to properly use vertical space in linked output & sidecar views
We expect this change to be eventually included in JupyterLab: jupyterlab/jupyterlab#17487 Including in JGIS for compatibility with versions of JupyterLab that don't include this CSS.
1 parent 8af803c commit 5a3e90e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/jupytergis_lab/style/base.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@ div.jGIS-toolbar-widget > div.jp-Toolbar-item:last-child {
419419
}
420420

421421
/* Support sidecar / "Create new view for cell output" views */
422+
.jp-LinkedOutputView .jp-OutputArea-child:only-child {
423+
height: 100%;
424+
}
422425
.jp-LinkedOutputView .jupytergis-notebook-widget {
423426
height: 100%;
424427
}

0 commit comments

Comments
 (0)