chibaguy: joined #tikiwiki
polom
I just came across a problem with the vertical offset for targetting headings with autotoc. That is, this code: h1:target::before, h2:target::before, h3:target::before, h4:target::before, h5:target::before, h6:target::before {
content: "";
display: block;
height: 83px;
margin: -83px 0 0;
}
I have a page with some links just above a heading, and they can't be clicked because the 83px-high target overlaps them.
(83px in this case because of a tall sticky navbar)
(Oh, actually 83px isn't so tall, looking again at the page.) Tiki|bot: Recent Bug: - In-page link targets on pages with sticky top navbar create no-click zones above the targets - http://dev.tiki.org/item7203-In-page-link-targets-on-pages-with-sticky-top-navbar-create-no-click-zones-above-the-targets fabricius: joined #tikiwiki