fix: sidebar sticky — align-self:stretch pour que la TOC suive le défilement

This commit is contained in:
Cedric Abonnel
2026-05-13 01:14:16 +02:00
parent dca653bba4
commit 11dce4510b
+1
View File
@@ -609,6 +609,7 @@ textarea.form-control {
flex: 0 0 260px;
width: 260px;
max-width: 260px;
align-self: stretch;
}
}