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
Positioning of popovers are broken once user scrolls down inside of a modal (ie: when popover triggered on components that are inside of a modal where its vertical scrollbar is not at the top).
Use sample code provided to arrange components that use popover inside of a modal, which has enough content so that a vertical scrollbar appears, to demonstrate how scrolling further down the modal changes positioning of popovers.
What browsers are you seeing the problem on?
Chrome
Additional context
This is happening even when relative property is used on components that use popover.
Describe the bug
Positioning of popovers are broken once user scrolls down inside of a modal (ie: when popover triggered on components that are inside of a modal where its vertical scrollbar is not at the top).
2025-03-12-alpha-popover-in-scrollable-modal-bug.mp4
Provide Code
Sample code: Web components playground, Modal page
To Reproduce
Use sample code provided to arrange components that use popover inside of a modal, which has enough content so that a vertical scrollbar appears, to demonstrate how scrolling further down the modal changes positioning of popovers.
What browsers are you seeing the problem on?
Chrome
Additional context
relativeproperty is used on components that use popover.relativeproperty in Popover: Remove the need forrelativeprop #2003 it should also fix this bug with popover positioning.