From 6c8d333bc94fab62ed0fbfef5a31a8c28993d060 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 21 Jan 2026 14:35:30 -0600 Subject: [PATCH] Bump card perma z-index when dialog is open --- 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 d3b671b9a..e68706765 100644 --- a/app/assets/stylesheets/card-perma.css +++ b/app/assets/stylesheets/card-perma.css @@ -25,7 +25,7 @@ position: relative; &:has(dialog[open]) { - z-index: 2; + z-index: 3; } &:has(.card-perma__star-input:checked) {