diff --git a/deck-frontend/src/styles/main.css b/deck-frontend/src/styles/main.css index 712dd25..ab2b0d3 100644 --- a/deck-frontend/src/styles/main.css +++ b/deck-frontend/src/styles/main.css @@ -223,6 +223,7 @@ body { /* === CONTENT AREA === */ .content-area { flex: 1; overflow: hidden; position: relative; } +.content-area.graph-view { overflow: visible; } /* === GRID VIEW === */ .grid-view { @@ -399,6 +400,7 @@ body { width: 100%; height: 100%; position: relative; + overflow: visible !important; } .graph-view svg { width: 100%; height: 100%; display: block; background: var(--bg); } .node { cursor: pointer; }