ldap and toc fix

This commit is contained in:
Mateusz Gruszczyński
2026-07-25 21:26:44 +02:00
parent b5f6c29cd0
commit 852074e61c
6 changed files with 31 additions and 6 deletions
+5
View File
@@ -4139,3 +4139,8 @@ dialog::backdrop {
max-width: 150px;
transform: none;
}
/* Keep public TOC targets visible below the sticky page header. */
.public-content :is(h1, h2, h3, h4, h5, h6)[id] {
scroll-margin-top: 88px;
}