From b951fe0b8d937c089b9b4486ebccd937aaa581a2 Mon Sep 17 00:00:00 2001 From: Jules Neny Date: Thu, 7 May 2026 00:23:39 +0200 Subject: [PATCH] fix(codev): sticky col-nom fond opaque + ombre separation mobile --- pages/codev/carto.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/codev/carto.vue b/pages/codev/carto.vue index 4b1bb02..3ef3506 100644 --- a/pages/codev/carto.vue +++ b/pages/codev/carto.vue @@ -491,17 +491,18 @@ async function deleteFiche(id: number) { .col-nom { position: sticky; left: 0; - background: inherit; - z-index: 1; + z-index: 2; + background: #ffffff; font-weight: 600; color: #1a1a2e !important; white-space: nowrap; min-width: 80px; - border-right: 1px solid #e5e7eb; + border-right: 2px solid #e5e7eb; + box-shadow: 2px 0 6px rgba(0,0,0,0.06); } .annuaire-row:hover .col-nom { background: #f9fafb; } -thead tr .col-nom { background: #f9fafb; } +thead tr .col-nom { background: #f9fafb; z-index: 3; } .col-besoin { min-width: 200px; max-width: 260px; } .col-offre { min-width: 200px; max-width: 260px; }