Skip to content

Conversation

ManiShah7
Copy link

Description

Fixes tooltip positioning issues for inline elements, particularly near viewport edges where tooltips would get positioned incorrectly.

Solution

Added display: inline-block to all [data-tooltip] elements to provide proper positioning context while maintaining inline-like visual behavior.

Changes

  • Modified tooltip.scss to include display: inline-block for tooltip elements
  • Rebuilt all CSS variants to include the fix
  • No breaking changes to existing implementations

If there are any issues with this implementation, please let me know and I'll be happy to address them.

Fixes #678

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.

1 participant