Small css tweak

This commit is contained in:
Jon Staab
2026-04-06 09:21:59 -07:00
parent 70e5172f1b
commit 0547e9513f
2 changed files with 3 additions and 6 deletions
+1 -4
View File
@@ -365,10 +365,7 @@
/* tippy popover */
.tippy-target {
position: fixed;
inset: 0;
z-index: 9999;
pointer-events: none;
@apply pointer-events-none fixed inset-0 z-tooltip;
}
.tippy-target > * {