Open
Description
Code of conduct
- I agree to follow this project's code of conduct.
Impacted component(s)
Overlay, Tooltip, Popover
Expected behavior
If we use <overlay-trigger>
with (or without) offset attribute - this (default) offset value should lead to same distance of tooltips and popover (with tip element) to the trigger element.
Actual behavior
If you compare tooltip and popover here at https://studio.webcomponents.dev/edit/mOF1zUEjLJzODGXFYaIU/src/index.ts?branch=dfda%40yOBt1947wIZCL9LXYVLsyGBLOok1&p=stories - it is not aligned, although no offset values are provided.
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
- Go to https://studio.webcomponents.dev/edit/mOF1zUEjLJzODGXFYaIU/src/index.ts?branch=dfda%40yOBt1947wIZCL9LXYVLsyGBLOok1&p=stories
- Click on action button to open popover
- Close popover and hover over action button
- Compare distances/offsets from trigger button to overlaid content
Sample code that illustrates the problem
No response
Logs taken while reproducing problem
No response