element-hq / compound

Element's design system
https://compound.element.io
Apache License 2.0
12 stars 3 forks source link

Compound tooltips don't always position as expected #294

Open t3chguy opened 10 months ago

t3chguy commented 10 months ago

image

image

With isTriggerInteractive=false the <span tabindex="0" data-state="closed"> sometimes is taller than its content, it should probably specify height: max-content; width: max-content or similar, given it doesn't have a className which the caller can target to do it on its behalf.

t3chguy commented 5 months ago

This still happens with the new tooltips