diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css index e052808..0610e81 100644 --- a/Bootstrap_new/css/style_office.css +++ b/Bootstrap_new/css/style_office.css @@ -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 {