fix: make mobile workflow node details full height

This commit is contained in:
gsxdsm
2026-06-10 08:37:01 -07:00
parent ae63cd9008
commit f7ae18a49f
4 changed files with 49 additions and 9 deletions

View File

@@ -1705,4 +1705,21 @@
border-top: 1px solid var(--border);
overflow-y: auto;
}
.wf-editor-body--mobile-node-detail .wf-editor-canvas-wrap {
display: none;
min-height: 0;
}
.wf-editor-body--mobile-node-detail .wf-editor-inspector {
display: flex;
flex: 1 1 auto;
width: 100%;
min-width: 0;
min-height: 0;
max-height: none;
border-left: none;
border-top: none;
overflow-y: auto;
}
}