From 5d7037ddfbbab8a961180fe223aefdf36feb4054 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 6 Feb 2026 20:08:48 +0000 Subject: [PATCH] Fix opacity of record set item dropdown --- lib/music_library_web/live/record_set_live/index.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library_web/live/record_set_live/index.html.heex b/lib/music_library_web/live/record_set_live/index.html.heex index 893e825a..c730b83f 100644 --- a/lib/music_library_web/live/record_set_live/index.html.heex +++ b/lib/music_library_web/live/record_set_live/index.html.heex @@ -120,7 +120,7 @@ width={256} /> -
+
<.dropdown id={"item-actions-#{record_set.id}-#{item.record.id}"} placement="bottom-end"