You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the TooltipArrow component, I noticed that the tooltip alignment when using start or end is different depending on the trigger size. In this example, the button is size lg, which causes the arrow to get out of the tooltip content slightly.
When the button has height: 50px
Beyond 52px, the arrow disappears.
Shouldn't this compensate for the border-radius when placing the arrow? For example, if the button is size md the arrow is rendered "okay"
With triggers this big, shouldn't the tooltip bottom align with the trigger's height/2 when align=end?
Reproduction
https://stackblitz.com/edit/8r53uwzg?file=src%2FApp.vue
Describe the bug
Using the
TooltipArrow
component, I noticed that the tooltip alignment when usingstart
orend
is different depending on the trigger size. In this example, the button is sizelg
, which causes the arrow to get out of the tooltip content slightly.When the button has
height: 50px
Beyond
52px
, the arrow disappears.Shouldn't this compensate for the border-radius when placing the arrow? For example, if the button is size
md
the arrow is rendered "okay"With triggers this big, shouldn't the tooltip bottom align with the trigger's
height/2
whenalign=end
?System Info
Contributes
The text was updated successfully, but these errors were encountered: