From 16454638f7fcd7b69dc95e8e044ecbb909ce17ac Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 2 Apr 2026 19:09:59 +0000 Subject: [PATCH] sert --- Bootstrap_new/css/theme-modern.css | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 12a709f3..417ddd19 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -551,17 +551,21 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { /* Context Drawer Panel */ #barre_laterale_d { - position: fixed; - right: 0; - top: var(--header-height); - width: var(--context-width) !important; - height: calc(100vh - var(--header-height)); - background: var(--bg-surface); - border-left: 1px solid var(--border-light); - box-shadow: -5px 0 25px rgba(0,0,0,0.05); - z-index: 9999 !important; - overflow-y: auto; - padding: 0 !important; + position: fixed; + right: 0; + top: var(--header-height); + width: var(--context-width) !important; + height: calc(100vh - var(--header-height)); + background: var(--bg-surface); + border-left: 1px solid var(--border-light); + box-shadow: var(--shadow-xl); + z-index: 9999 !important; + overflow-y: auto; + overflow-x: hidden; + padding: 0 !important; + display: none; + transition: transform var(--transition-slow); + border-radius: 5px; } #barre_laterale_d .drawer-inner {