You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our Vue application, we have a tooltip that is intended to appear on top of parent element (vue-recycle-scroller__item-view) when hovered over. However, the tooltip is being hidden behind the parent element (vue-recycle-scroller__item-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-scroller__item-view) when hovered over. However, the tooltip is being hidden behind the parent element (vue-recycle-scroller__item-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
The text was updated successfully, but these errors were encountered: