Fix cadre overlay centré sur preview live (top/left/width/height écrasés par .preview-live img)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-23 09:00:40 +02:00
parent 6dafe61417
commit e6e7c5a9f2
2 changed files with 5 additions and 1 deletions

View File

@@ -322,6 +322,10 @@ html, body {
}
.preview-live .cadre-overlay {
top: 50%;
left: 50%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
}