In our Vue application, we have a tooltip that is intended to appear on top of parent element (vue-recycle-scrolleritem-view) when hovered over. However, the tooltip is being hidden behind the parent element (vue-recycle-scrolleritem-view). This issue seems to be due to the parent element having a dynamic transform property, which creates a new stacking context, and the tooltip having a higher z-index.
Describe the bug
In our Vue application, we have a tooltip that is intended to appear on top of parent element (vue-recycle-scrolleritem-view) when hovered over. However, the tooltip is being hidden behind the parent element (vue-recycle-scrolleritem-view). This issue seems to be due to the parent element having a dynamic transform property, which creates a new stacking context, and the tooltip having a higher z-index.
Reproduction
System Info
Used Package Manager
npm
Validations