[Toolkit] Fix Shadcn invisible tooltip wrapper on top element#3374
Open
CODEheures wants to merge 1 commit intosymfony:2.xfrom
Open
[Toolkit] Fix Shadcn invisible tooltip wrapper on top element#3374CODEheures wants to merge 1 commit intosymfony:2.xfrom
CODEheures wants to merge 1 commit intosymfony:2.xfrom
Conversation
Member
|
I'm not sure to understand, do you have a video before/after? |
Author
e58fe22 to
2e1c672
Compare
Member
|
I'm sorry but even with the gifs I can't really understand what's happening, can you please use videos instead and sand a repository? Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Shadcn tooltip wrapper position is on top left of body with a z-50 and it is invisible.
This prevents any action on the elements below it (ex: click on button under this wrapper is impossible).
This fix prevent the wrapper to be on top of others element and preserves the application's initial behavior.