From c48e21524b24af9418f55e6f2d35286dac7ba4ea Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 3 Apr 2026 13:54:59 +0000 Subject: [PATCH] der --- Bootstrap_new/css/theme-modern.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 47d458d0..b951a6b8 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -271,7 +271,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { top: var(--header-height); left: 0; height: calc(100vh - var(--header-height)); - overflow-y: auto; + /*overflow-y: auto;*/ border-right: 1px solid rgba(255, 255, 255, 0.05); transition: width var(--transition-base); z-index: 900; @@ -432,8 +432,9 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { bottom: 0; left: 0; width: 100%; - padding: 4px 15px; - border-top: 2px solid #fff; + padding: 15px; + border-top: 1px solid var(--border-light); + background: var(--bg-sidebar); /* Garde la couleur de ta sidebar */ } .version-info {