-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins (with and without the new header 2.504.3 & 2.516.1)
If you follow a page with an anchor
e.g. http://localhost:8080/manage/configure#jenkins-location then the anchor you are linked to (in this case a h3) is obscured by the header.
Possibly a global CSS rule of the like
* { scroll-margin-top: <insert_header_size>px; }
may fix this by creating global (top) scroll offsets.