x/pkgsite: anchor links to package-scoped constants and variables appear off-screen #38575
Labels
Milestone
Comments
Maybe the |
Change https://golang.org/cl/283955 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the following link to a package-scoped variable (but this applies to constants too):
https://pkg.go.dev/io#ErrShortWrite
I expect to be able to use it to see and point other people to the
io.ErrShortWrite
variable and its documentation. It largely works, but theErrShortWrite
variable shows up slightly off-screen, covered up by the sticky header:It would be better if it weren't covered up, like so:
This minor problem doesn't affect godoc.org and golang.org/pkg:
/cc @julieqiu
The text was updated successfully, but these errors were encountered: