diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index d7f5251b..e2453bff 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -267,7 +267,6 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { #sidebar { width: var(--sidebar-width); background: var(--bg-base); /* Charcoal profond pour le contraste */ - position: fixed; top: var(--header-height); left: 0; @@ -433,7 +432,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { width: 100%; padding: 12px 15px; border-top: 1px solid rgba(255, 255, 255, 0.05); - background: var(--color-primary); + background: var(--bg-base); } .version-info {