From f0804a151f997be551b369e27af7bc4460962940 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 2 Dec 2025 15:47:16 -0600 Subject: [PATCH] Repair tooltip z-index selector --- app/assets/stylesheets/card-perma.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/card-perma.css b/app/assets/stylesheets/card-perma.css index e60f748ce..bc7c6a1d5 100644 --- a/app/assets/stylesheets/card-perma.css +++ b/app/assets/stylesheets/card-perma.css @@ -161,7 +161,7 @@ z-index: 1; } - &:has([data-controller="tooltip"]:hover) { + &:has([data-controller~="tooltip"]:hover) { z-index: var(--z-tooltip); } }