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

Play Mode Title is overriding right bottom corner elements #351

Closed
deluan opened this issue Apr 20, 2021 · 1 comment
Closed

Play Mode Title is overriding right bottom corner elements #351

deluan opened this issue Apr 20, 2021 · 1 comment

Comments

@deluan
Copy link

deluan commented Apr 20, 2021

Version

4.23.0

Description

The Play Mode title is always rendered, even with opacity: 0, making it impossible to click on elements behind it:

Screen.Recording.2021-04-20.at.10.40.50.AM.mov
Screen.Recording.2021-04-20.at.10.42.11.AM.mov

Expected Behavior

When not displayed, the Play Mode Title should not shadow any visible elements.

System information

Chrome Version 89.0.4389.128
macOS Big Sur

Comments

Some possible solutions:

  • add pointer-events: none to play-mode-title class
  • maybe use visibility: hidden instead of opacity: 0?
deluan added a commit to navidrome/navidrome that referenced this issue Apr 20, 2021
@deluan deluan changed the title Play Mode Title is overriding left bottom corner elements Play Mode Title is overriding right bottom corner elements Apr 20, 2021
@lijinke666 lijinke666 added the bug label Apr 21, 2021
@github-actions
Copy link

github-actions bot commented May 8, 2021

🎉 This issue has been resolved in version 4.24.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

No branches or pull requests

2 participants