From 4c0b10901e959acbc3231df0a4650ee3a3a672a3 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 22 Dec 2025 19:15:01 +0000 Subject: [PATCH] =?UTF-8?q?nav-bar=20mont=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap_new/css/style_office.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css index cb6ff85..e052808 100644 --- a/Bootstrap_new/css/style_office.css +++ b/Bootstrap_new/css/style_office.css @@ -226,9 +226,10 @@ body { } .content-area { - padding: 0px 24px 24px 24px; + padding: 2px 24px 24px 24px; max-width: 1400px; margin: 0 auto; + position: relative; } /* ============================================ @@ -240,6 +241,9 @@ 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; } .nav-tabs {