为什么 ngx-bootstrap tooltip 在某些层下

Why ngx-bootstrap tooptip is under some layers

我们的项目使用了 Angular 5ngx-bootstrap。 当我使用ngx-bootstraptooltip时,发现tooltip总是在某些层之下,即使它的z-index最高,也很奇怪.... 有人知道如何解决这个问题吗? 非常感谢。

您是否已经尝试使用 "Append to Body"?

<button type="button" class="btn btn-success"
        tooltip="Vivamus sagittis lacus vel augue laoreet rutrum faucibus."
        container="body">
  Tooltip appended to body
</button>