fix(editor): Prevent workflow actions menu from being cut off (#34278)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nikhil Kuriakose
2026-07-16 13:18:50 +05:30
committed by GitHub
parent 1c40b4b6d0
commit 8ba28dc7a9
@@ -423,6 +423,7 @@ defineExpose({
<N8nActionDropdown
:items="workflowMenuItems"
data-test-id="workflow-menu"
max-height="var(--reka-dropdown-menu-content-available-height)"
@select="onWorkflowMenuSelect"
/>
</div>