From bf877c23d20270205cf2805345fd18ef86dd5d73 Mon Sep 17 00:00:00 2001 From: Julie Blanc Date: Mon, 23 Mar 2026 13:00:28 +0100 Subject: [PATCH] position relative to images --- src/components/CartePopup.vue | 358 +++++++++++++++-------- src/components/ImagePopup.vue | 522 ++++++++++++++++++---------------- 2 files changed, 522 insertions(+), 358 deletions(-) diff --git a/src/components/CartePopup.vue b/src/components/CartePopup.vue index aace673..572f03a 100644 --- a/src/components/CartePopup.vue +++ b/src/components/CartePopup.vue @@ -6,7 +6,7 @@ :display-css="displayedCss" :editable-css="editableCss" :popup-width="440" - :popup-height="320" + :popup-height="550" :show-inheritance="false" @close="handleClose" @css-input="handleCssInput" @@ -18,35 +18,19 @@ @@ -76,6 +87,7 @@