Skip to content

Footer links not clickable #1599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jsha opened this issue Jan 16, 2022 · 3 comments · Fixed by #1603
Closed

Footer links not clickable #1599

jsha opened this issue Jan 16, 2022 · 3 comments · Fixed by #1603

Comments

@jsha
Copy link
Contributor

jsha commented Jan 16, 2022

Steps to reproduce:

  1. Visit any recently built docs.rs page, e.g. https://docs.rs/rushterm/0.5.2/rushterm/.
  2. Scroll to the bottom of the page.
  3. Click "About docs.rs", "Privacy policy", or "Build queue".

Expected result: navigate somewhere else.

Actual result: no navigation.

Chrome 97.0.4692.71 (Official Build) (64-bit) on Linux.

@syphar
Copy link
Member

syphar commented Jan 16, 2022

@GuillaumeGomez could this be related to #1579 ? Or something else?

@Nemo157
Copy link
Member

Nemo157 commented Jan 16, 2022

The footer is before the main div and on new docs the main div padding extends down over it. Looks like either moving the footer down below the main div, or adding a high z-index to it, fixes it for both old and new docs. (Or maybe there's a way to not have the padding extend down over it on the new docs too, the old docs appear to have it stop significantly above the footer somehow).

@GuillaumeGomez
Copy link
Member

GuillaumeGomez commented Jan 16, 2022

I think changing the z-index is the right fix here (other fixes might be much more complicated).

EDIT: sending a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants