numpy/numpy.org

Icon in the 'Back to Top' link misaligned horizontally

Closed this issue · 6 comments

The icon inside the "Back to Top" link on the website appears to be horizontally off-center.

As the parent is a flex container, using justify-content should fix the misalignment.

Let me know if you'd like me to submit a PR for this change!

Thanks for the report! Can you please check if https://theme.scientific-python.org has the same problem?

Yes, same issue present there.

Also, on the User Guide and Examples page the breadcrumbs container overlaps the More dropdown in the navbar.
image

This is because the breadcrumbs containers' z-index is set to 99 whereas, the z-index of the dropdown is set to 20

For the z-index, I think there's an open PR, if you'd like to take a look.

But, yes, these issues need to be filed on the theme repo. Thanks very much!

@stefanv Just to confirm, should I open the PR on this repository or the theme repository?

On the theme repo, please. Unless the CSS is custom CSS that lives in this repo, but mainly it uses the theme "as-is".

Closing this issue as I've open related PR on the theme repo.