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 we're using 'click' as the trigger, we would use a backdrop to detect "clicking outside" event. Unfortunately, this backdrop element would also make scroll events not dispatched to the body element. For now, you can use other triggers.
Since we're using Angular CDK, we will seek the opportunity to fix this on their side.
You can reproduce this issue by visiting this link https://stackblitz.com/edit/angular-hxlgre
The text was updated successfully, but these errors were encountered: