我正在使用FullCalendar,并且我只是将tippyJs 集成到popover中。它存在与似乎是 zIndex 相关的布局问题。我附上了我的问题的截图。您可以看到弹出框隐藏在事件包装器后面。另外它也是不可点击的。我可以使用一些帮助来显示任何上方的完整弹出框。非常感谢您的帮助。谢谢
tippy(arg.el, {
content: ReactDOMServer.renderToStaticMarkup(
//my html for popover
),
allowHTML: true,
placement: 'auto',
interactive: true,
theme: 'light',
zIndex: 9999,
});