Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip Hidden Behind Parent Element Due to Stacking Context with Transform & Z-index #871

Open
4 tasks done
mustafaBagwala opened this issue May 27, 2024 · 2 comments
Open
4 tasks done

Comments

@mustafaBagwala
Copy link

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

image

System Info

System:
    OS: Windows 11 10.0.22621
    CPU: (8) x64 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz
    Memory: 8.56 GB / 31.69 GB
  Binaries:
    Node: 18.10.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.19 - ~\AppData\Roaming\npm\yarn.CMD
    npm: 8.19.2 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Chromium (123.0.2420.97)
    Internet Explorer: 11.0.22621.3527
  npmPackages:
    vue: ^2.6.12 => 2.7.16
    vue-virtual-scroller: ^1.1.2 => 1.1.2

Used Package Manager

npm

Validations

@mustafaBagwala
Copy link
Author

@Akryum Could you please have a look at it ?

@mustafaBagwala
Copy link
Author

@Akryum Could you please patch disableTransform property into vue2 please ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant