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

Fix links in footer #5960

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Fix links in footer #5960

merged 1 commit into from
Jul 29, 2024

Conversation

masaball
Copy link
Contributor

In #5879, we set the footer to a negative z-index in order to get playlist paging to work. We did not catch/realize that negative z-indexes disable links, because elements are actually placed behind their containers. This PR sets the footer z-index explicitly to 0 to reenable the "Contact Us" and other links in the footer. It also sets the playlist pagination z-index to 10, so that its actions will not be covered by the footer again.

Copy link
Member

@cjcolvar cjcolvar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried out these changes in Firefox dev tools and the playlist pagination buttons work but the footer links do not. I'm guessing that we need to try a different approach to avoid the overlapping divs.

@masaball
Copy link
Contributor Author

Weird. Worked when I tested it so I wonder what's different...anyway, I can look at it more deeply tomorrow.

Copy link
Member

@cjcolvar cjcolvar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I retested and wasn't able to reproduce what I saw earlier. I think this is good to go and the failing flaky test can be ignored.

@masaball masaball merged commit d370482 into develop Jul 29, 2024
1 check failed
@masaball masaball deleted the footer_links branch July 29, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants