This commit is contained in:
KONE SOREL 2026-04-02 19:08:55 +00:00
parent 27512f7d5d
commit 74af04f491

View File

@ -551,21 +551,17 @@ 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: 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;
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;
}
#barre_laterale_d .drawer-inner {