fix(codev): sticky col-nom fond opaque + ombre separation mobile

This commit is contained in:
Jules Neny
2026-05-07 00:23:39 +02:00
parent c8311ce1fb
commit b951fe0b8d

View File

@@ -491,17 +491,18 @@ async function deleteFiche(id: number) {
.col-nom { .col-nom {
position: sticky; position: sticky;
left: 0; left: 0;
background: inherit; z-index: 2;
z-index: 1; background: #ffffff;
font-weight: 600; font-weight: 600;
color: #1a1a2e !important; color: #1a1a2e !important;
white-space: nowrap; white-space: nowrap;
min-width: 80px; 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; } .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-besoin { min-width: 200px; max-width: 260px; }
.col-offre { min-width: 200px; max-width: 260px; } .col-offre { min-width: 200px; max-width: 260px; }