feat(v11-e): centre BAS embed dynamique click-journal + suppression ScrollArticles

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jules Neny
2026-05-11 15:19:24 +02:00
parent 4a29a9592a
commit 61e53a04d5
4 changed files with 195 additions and 78 deletions

View File

@@ -3,8 +3,7 @@
// BAS : iframe carte AEP + scroll articles Substack (PC4).
import CarteOWrapper from '../vue/CarteOWrapper.vue';
import ChatbotV2 from '../vue/ChatbotV2.vue';
import IframeCarteAEP from './IframeCarteAEP.astro';
import ScrollArticles from './ScrollArticles.astro';
import EmbedDynamique from '../vue/EmbedDynamique.vue';
---
<div id="col-centre-grid" class="h-full grid grid-rows-2 gap-2 p-2">
<!-- HAUT 50% : tabs Carte O / Chatbot -->
@@ -66,12 +65,11 @@ import ScrollArticles from './ScrollArticles.astro';
<span class="block w-8 h-0.5 bg-neutral-400 rounded-full"></span>
</button>
<!-- BAS 50% : iframe carte AEP + scroll articles Substack (PC4) -->
<section class="border border-neutral-200 rounded overflow-y-auto bg-white">
<!-- BAS 50% : embed dynamique (carte AEP default, article journal au click) -->
<section class="border border-neutral-200 rounded overflow-hidden bg-white">
<div class="h-full min-h-[60vh] md:min-h-[400px]">
<IframeCarteAEP />
<EmbedDynamique client:visible />
</div>
<ScrollArticles />
</section>
</div>