This commit is contained in:
KONE SOREL 2025-12-22 19:22:31 +00:00
parent 4c0b10901e
commit 47e7b0497d

View File

@ -241,9 +241,13 @@ body {
margin-bottom: 24px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
border: 1px solid var(--office-border);
position: sticky;
top: 0; /* Collé en haut de la fenêtre visible */
z-index: 100;
position: fixed; /* Fixe dans la fenêtre */
top: [hauteur-du-header]; /* À ajuster selon la hauteur de votre header */
left: 0;
right: 0;
z-index: 1000;
max-width: 1400px;
margin: 0 auto;
}
.nav-tabs {