Regression: "Back to top" button covers footer #4966
Labels
🕹 aspect: interface
Concerns end-users' experience with the software
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: frontend
Related to the Nuxt frontend
The back to top button can cover the contents of Openverse's footer, like so:
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:
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.
The text was updated successfully, but these errors were encountered: