fix(FN-999): prevent viewport scrolling in workflow steps editor

- Add overflow:hidden to .workflow-step-manager-modal to prevent modal content from causing page-level scroll
This commit is contained in:
gsxdsm
2026-04-05 17:58:19 -07:00
parent 934f61774d
commit 161a8da290

View File

@@ -13658,6 +13658,7 @@ html .column.drag-over * {
/* === Workflow Step Manager Modal === */
.workflow-step-manager-modal {
width: 560px;
overflow: hidden;
}
.wfm-body {