Template:Support Page: Difference between revisions
Content deleted Content added
No edit summary |
Adding CSS for temporary fix for linking to WTG anchors, in-page, while accounting for the sticky header |
||
Line 623:
list-style-type: none;
margin-left: 0;
}
/* Temporary fix for linking to WTG anchors, in-page, while accounting for the sticky header */
a.anchor {
display: block;
position: relative;
top: -250px;
visibility: hidden;
}
</style>
|