Skip to content

Conversation

@sulimanbenhalim
Copy link
Contributor

Problem

Fixes #3836

When an input is focused, tooltips are hidden behind the input element instead of showing properly above it. This affects tooltips that should be visible on hover over information icons.

Fix

Increased z-index of tooltip from 1 to 2 to ensure tooltips appear above focused inputs, maintaining proper positioning.

Testing

Tested using the playground Component.astro in Chrome and Safari.

@saadeghi saadeghi self-assigned this May 1, 2025
@saadeghi saadeghi merged commit d76330c into saadeghi:master May 28, 2025
1 check passed
@saadeghi
Copy link
Owner

Thanks!

@sulimanbenhalim sulimanbenhalim deleted the fix-tooltip-zindex branch May 28, 2025 12:12
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

Successfully merging this pull request may close these issues.

bug: tooltip overlar by input:focused

2 participants