Bump card perma z-index when dialog is open

This commit is contained in:
Andy Smith
2026-01-21 14:35:30 -06:00
parent eccef3b19c
commit 6c8d333bc9
+1 -1
View File
@@ -25,7 +25,7 @@
position: relative;
&:has(dialog[open]) {
z-index: 2;
z-index: 3;
}
&:has(.card-perma__star-input:checked) {