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
When overlay-trigger is placed inside an element that has scrolling, its click-content doesn't stay attached to the trigger element. See the screenshot. This is because active-overlay is appended to the body and the offset is calculated relative to the body, and instead it should be using the scrollable ancestor.