From 7e79688af36b263e4ea9e187e3a64f6581130991 Mon Sep 17 00:00:00 2001 From: Sociowire Dev Date: Tue, 13 Jan 2026 05:09:39 +0000 Subject: [PATCH] fix: z-index layering - cards above pins + bump v0.0017 - Compact cards (petites cartes): z-index 100 base, 200 on hover - Simple pins (pointeurs): z-index 2 base, 150 on hover - Cards always render above pins now Co-Authored-By: Claude Opus 4.5 --- src/App.jsx | 2 +- src/components/Map/markerManager.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index cc1db8e..e94c94e 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -251,7 +251,7 @@ export default function App() {