Skip to content
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

Regression: "Back to top" button covers footer #4966

Open
zackkrida opened this issue Sep 20, 2024 · 0 comments
Open

Regression: "Back to top" button covers footer #4966

zackkrida opened this issue Sep 20, 2024 · 0 comments
Labels
🛠 goal: fix Bug fix 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work

Comments

@zackkrida
Copy link
Member

The back to top button can cover the contents of Openverse's footer, like so:

image

This is a particularly egregious problem when we observe the dark mode footer, which moves controls for site color theme and localization to the right corner of the footer:

image

The best solution is likely to move the button in the DOM order and make it sticky positioned relative to a parent container, instead of fixed to the document.

@zackkrida zackkrida added 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work 🛠 goal: fix Bug fix labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 goal: fix Bug fix 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant