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:
@@ -13658,6 +13658,7 @@ html .column.drag-over * {
|
||||
/* === Workflow Step Manager Modal === */
|
||||
.workflow-step-manager-modal {
|
||||
width: 560px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wfm-body {
|
||||
|
||||
Reference in New Issue
Block a user