fix/tooltip-clipping (#156)

Co-authored-by: nayan9617 <nayanp4925@gmail.com>
Co-committed-by: nayan9617 <nayanp4925@gmail.com>
This commit was merged in pull request #156.
This commit is contained in:
nayan9617
2026-04-06 16:14:08 +00:00
committed by hodlbod
parent 61c568a112
commit 70e5172f1b
2 changed files with 37 additions and 25 deletions
+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;
}