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.
With
isTriggerInteractive=false
the<span tabindex="0" data-state="closed">
sometimes is taller than its content, it should probably specifyheight: 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.