From fef98596639e85171e14ff656d59bdbe15ef9d92 Mon Sep 17 00:00:00 2001 From: Opus Date: Thu, 23 Apr 2026 20:19:24 +0200 Subject: [PATCH] fix(growth-advisor-v3 sticky header + advisor-tab auto-click): bandeau flottant neutralise Cause racine vue sur screen Yacine: .hd css ligne 14 position:sticky top:0 z-index:100 causait bandeau deuxieme header qui passait par dessus le contenu au scroll. Dashboard tab restait actif au lieu d'Advisor. Fix injecte avant marker /V3 OVERRIDE: - .hd position:relative!important top:auto z-index:auto (neutralise sticky) - .nv position:relative!important overflow-x:visible - #s-dashboard display:none force - .vt[data-tab=advisor] color gold actif Auto-select advisor ameliore: - click direct sur le tab advisor pour declencher handler v2 natif - Avant on cachait s-* mais tab Dashboard restait actif visuellement Scroll maintenant normal (pas de sticky), header en flux statique top page. NR 153/153 invariant. Zero backend touch. --- growth-advisor-v3.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/growth-advisor-v3.html b/growth-advisor-v3.html index 9d964bd13..fb313a3c4 100644 --- a/growth-advisor-v3.html +++ b/growth-advisor-v3.html @@ -1960,9 +1960,15 @@ document.addEventListener('DOMContentLoaded',()=>{const s=document.createElement Back to Growth Engine v2