nuclear icon indicating copy to clipboard operation
nuclear copied to clipboard

Not all Miniplayer PlayOptions clickable

Open a0kami opened this issue 3 years ago • 1 comments

Platform: Linux Linux 6.0.19-3-MANJARO #1 SMP PREEMPT_DYNAMIC Wed Jan 18 07:57:11 UTC 2023 x86_64 GNU/Linux

Nuclear version: 0.6.17 (latest AUR nuclear-player-bin "95cfe0")

Description of the issue: When enabling the miniplayer, the bottom lower part is not clickable as shown in the screenshot. Screenshot_20230207_235051

I've managed to make it work locally by setting an arbitrarily high z-index value (100) on the scss properties of the mini_play_options object in file packages/ui/lib/components/MiniPlayer/MiniPlayOptions/styles.scss. eg:

.mini_play_options {
  ...

  z-index: 100;
  
  ...
}

Not sure if there's a proper convention or a project specific way to set the z-index.

Also, I might look into adding a test for it.

a0kami avatar Feb 07 '23 23:02 a0kami

Feel free to just put that value directly in the css. No need to write tests in this case.

nukeop avatar Feb 07 '23 23:02 nukeop

Fixed by #1592

nukeop avatar Jul 14 '24 20:07 nukeop