From aa8729361489842309668b2bddd528f5f2ac7275 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 5 Sep 2023 02:19:52 +0200 Subject: fix(frontend): GraphArea scroll When the VisibilityDialog is not open, it should be unmounted to allow the VisibilityPanel to become small and not cover the GraphArea below. --- subprojects/frontend/src/graph/VisibilityPanel.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'subprojects/frontend') diff --git a/subprojects/frontend/src/graph/VisibilityPanel.tsx b/subprojects/frontend/src/graph/VisibilityPanel.tsx index c951dee2..20c4ffca 100644 --- a/subprojects/frontend/src/graph/VisibilityPanel.tsx +++ b/subprojects/frontend/src/graph/VisibilityPanel.tsx @@ -72,7 +72,13 @@ function VisibilityPanel({ ) : ( - + -- cgit v1.2.3-54-g00ecf