fix z-index on spirit nav #406

the spirit nav should be clickable when the h2 takes up the same space
This commit is contained in:
Chrissy Wainwright
2025-02-20 13:10:33 -06:00
parent fab289a8fb
commit ee40a557f9

View File

@@ -1607,6 +1607,7 @@ body > .chapter,
padding-left: 10px;
max-width: 80rem;
display: flex;
z-index: 5;
}
.boostlook:not(:has(.doc)) .spirit-nav a,