ThatOpen / engine_ui-components

Collection of web components meant to be used, but not limited to, BIM applications.
MIT License
14 stars 18 forks source link

Tooltip on BIM Button becomes hidden/scrollable onHover #46

Open CindySim08 opened 3 months ago

CindySim08 commented 3 months ago

Describe the bug πŸ“

When hovering over the bim-button, the tooltip's title and text can become hidden or scrollable, rendering the content unreadable. This happens when the tooltip appears near the edge of a scrollable container, causing it to be cut off or require scrolling to view the full text. Expected Behavior: The tooltip should always remain fully visible and readable when hovered over, regardless of its position relative to scrollable containers. It should "float" above the content and not be constrained by the boundaries of the scrollable area.

Screenshot 2024-08-27 145225

Reproduction ▢️

No response

Steps to reproduce πŸ”’

No response

System Info πŸ’»

@thatopen/ui

Used Package Manager πŸ“¦

npm

Error Trace/Logs πŸ“ƒ

No response

Validations βœ