Skip to content

[Toolkit] Fix Shadcn invisible tooltip wrapper on top element#3374

Open
CODEheures wants to merge 1 commit intosymfony:2.xfrom
CODEheures:fix-invisible-overhead
Open

[Toolkit] Fix Shadcn invisible tooltip wrapper on top element#3374
CODEheures wants to merge 1 commit intosymfony:2.xfrom
CODEheures:fix-invisible-overhead

Conversation

@CODEheures
Copy link
Copy Markdown

Q A
Bug fix? yes
New feature? no
Deprecations? no
Documentation? no
Issues Fix
License MIT

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.

@CODEheures CODEheures requested a review from Kocal as a code owner March 12, 2026 17:31
@carsonbot carsonbot added Bug Bug Fix Toolkit Status: Needs Review Needs to be reviewed labels Mar 12, 2026
@CODEheures CODEheures changed the title [Toolkit] Fix invisible on top element [Toolkit] Fix Shadcn invisible tooltip wrapper on top element Mar 12, 2026
@Kocal
Copy link
Copy Markdown
Member

Kocal commented Mar 12, 2026

I'm not sure to understand, do you have a video before/after?

@CODEheures
Copy link
Copy Markdown
Author

Yes:

Without fix

the wrapper is over my button, and I can't click it:
2026-03-12_22h19_30

With this fix

the wrapper is hidden => the size before open is 0x0 => I can click my button
2026-03-12_22h20_43

@CODEheures CODEheures force-pushed the fix-invisible-overhead branch from e58fe22 to 2e1c672 Compare March 12, 2026 21:48
@Kocal
Copy link
Copy Markdown
Member

Kocal commented Mar 15, 2026

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!

@Kocal Kocal added Status: Waiting feedback Needs feedback from the author and removed Status: Needs Review Needs to be reviewed labels Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Bug Fix Status: Waiting feedback Needs feedback from the author Toolkit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants