fix(canvas): restrict prompt layer height for long input and enable scrolling for node prompts

This commit is contained in:
HouYunFei
2026-07-28 10:10:31 +08:00
parent edc7667830
commit bde33e7816
5 changed files with 7 additions and 2 deletions
@@ -58,6 +58,7 @@ export function CanvasNodePromptPanel({ node, isRunning, onPromptChange, onConfi
return (
<div
data-canvas-no-zoom
className="rounded-2xl border p-3 shadow-2xl backdrop-blur"
style={{ background: theme.toolbar.panel, borderColor: theme.toolbar.border, color: theme.node.text }}
onMouseDown={(event) => event.stopPropagation()}