nukeop / nuclear

Streaming music player that finds free music for you
https://nuclearplayer.com
GNU Affero General Public License v3.0
12.07k stars 1.05k forks source link

Album context menu moves behind adjacent album entries #1673

Open Lucki opened 1 month ago

Lucki commented 1 month ago

Platform: Flatpak

Nuclear version: 0.6.37

Description of the issue:

The context menu to remove an album from the favorite album list moves behind adjacent album entries when the mouse-over zoom is active.

Screencap [Bildschirmaufzeichnung vom 2024-08-16 16-38-34.webm](https://github.com/user-attachments/assets/cdace239-b19a-433b-ad18-8889671bc03c)
sicin commented 2 weeks ago

I was able to fix most of it with z-index, unfortunately the menu item still hides during the unhover transition creating a flicker. Not sure how to go further with that. If the transition was instant the flicker would disappear. Screencast from 22.09.2024 18:23:16.webm

If this is good enough then I can create a PR...

nukeop commented 1 week ago

I think the best way to solve this would be to make the menu render in a portal so that its z-index and size don't depend on the album card's size and position.