fix/tooltip-clipping #156

Merged
hodlbod merged 4 commits from :fix/tooltip-clipping into dev 2026-04-06 16:14:09 +00:00
Showing only changes of commit f97b0481f2 - Show all commits
+11
View File
@@ -364,6 +364,17 @@
/* tippy popover */
.tippy-target {
position: fixed;
inset: 0;
z-index: 9999;
pointer-events: none;
}
.tippy-target > * {
pointer-events: auto;
}
.tippy-box {
@apply rounded-box shadow-xl;
}