This commit is contained in:
KONE SOREL 2026-04-03 13:57:21 +00:00
parent c48e21524b
commit 8e4757c0c0

View File

@ -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;
@ -428,13 +428,12 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
/* Sidebar Footer & Versioning */
.sidebar-footer {
position: absolute;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 15px;
border-top: 1px solid var(--border-light);
background: var(--bg-sidebar); /* Garde la couleur de ta sidebar */
padding: 4px 15px;
border-top: 1px solid #fff;
}
.version-info {