tippy.js popover 隐藏在事件槽后面

问题描述

我正在使用 FullCalendar 并且我刚刚为 popover 集成了 tippyJs。它存在与 zIndex 相关的布局问题。我附上了我的问题的截图。您可以看到 popover 隐藏在事件包装器后面。另外它也不能点击。我可以使用一些帮助来在任何东西上方显示完整的弹出框。非常感谢您的帮助。谢谢

enter image description here

tippy(arg.el,{
    content: ReactDOMServer.renderToStaticmarkup(
      //my html for popover
    ),allowHTML: true,placement: 'auto',interactive: true,theme: 'light',zIndex: 9999,});

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)