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:
+11
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user