diff --git a/public/index.html b/public/index.html index eb27b1b..9ec2d41 100644 --- a/public/index.html +++ b/public/index.html @@ -342,7 +342,7 @@ window.dispatchEvent(new Event('tiptap-loaded')); /* ── Vue Rédaction ── */ .redaction-layout { display: flex; height: calc(100vh - 60px); } - .binder { width: 260px; flex-shrink: 0; background: var(--bg-alt); border-right: 1px solid var(--border); overflow-y: auto; padding: 16px 0; } + .binder { width: 260px; flex-shrink: 0; background: var(--bg-alt); border-right: 1px solid var(--border); overflow-y: auto; padding: 16px 0; display: flex; flex-direction: column; } .binder-acte { padding: 0 12px; margin-bottom: 4px; } .binder-acte-title { font-family: 'Playfair Display', serif; font-size: 13px; font-weight: 700; color: var(--text-hint); text-transform: uppercase; letter-spacing: 0.5px; padding: 10px 12px 6px; cursor: pointer; user-select: none; } .binder-acte-title:hover { color: var(--text); } @@ -424,7 +424,7 @@ window.dispatchEvent(new Event('tiptap-loaded'));