Skip to content

Commit fb7ff04

Browse files
committed
adjust view height
1 parent dae8686 commit fb7ff04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/power_grid_model_ds/_core/visualizer/layout/cytoscape_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
LAYOUT_OPTIONS = ["random", "circle", "concentric", "grid", "cose", "breadthfirst"]
1010

1111
_CYTO_INNER_STYLE = {"width": "100%", "height": "100%", "background-color": BACKGROUND_COLOR}
12-
_CYTO_OUTER_STYLE = {"height": "100vh"}
12+
_CYTO_OUTER_STYLE = {"height": "80vh"}
1313

1414

1515
def get_cytoscape_html(layout: str, elements: list[dict[str, Any]]) -> html.Div:

0 commit comments

Comments
 (0)