Merge pull request #1823 from basecamp/tooltip-z-index-perma

Repair tooltip z-index selector
This commit is contained in:
Andy Smith
2025-12-02 15:50:08 -06:00
committed by GitHub
+1 -1
View File
@@ -161,7 +161,7 @@
z-index: 1;
}
&:has([data-controller="tooltip"]:hover) {
&:has([data-controller~="tooltip"]:hover) {
z-index: var(--z-tooltip);
}
}