From 4202431421d2f67125be71c504ef9ebcb6ebf195 Mon Sep 17 00:00:00 2001 From: Dom Date: Tue, 21 Apr 2026 11:58:58 +0200 Subject: [PATCH] =?UTF-8?q?fix(vwb):=20image=20plein=20=C3=A9cran=20maxHei?= =?UTF-8?q?ght=20calc(100vh-70px)=20bas=C3=A9=20sur=20viewport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .../frontend_v4/src/components/CapturePanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual_workflow_builder/frontend_v4/src/components/CapturePanel.tsx b/visual_workflow_builder/frontend_v4/src/components/CapturePanel.tsx index 9d6b26eb3..7191be079 100644 --- a/visual_workflow_builder/frontend_v4/src/components/CapturePanel.tsx +++ b/visual_workflow_builder/frontend_v4/src/components/CapturePanel.tsx @@ -615,7 +615,7 @@ function FullscreenSelector({ alt="Capture plein ecran" draggable={false} onLoad={handleImageLoad} - style={{ maxWidth: '100%', maxHeight: '100%', objectFit: 'contain' }} + style={{ maxWidth: '100%', maxHeight: 'calc(100vh - 70px)', objectFit: 'contain' }} /> {/* Overlay : positionne exactement sur l'image via imageRect.