The user card that gets open when clicking on the user avatar on the top right corner, didn't get close when clicking elsewhere on the page. Step to reproduce the issue: 1. Click on user avatar on the top-right corner, a popup will be opened. 2. Click somewhere else on the page, a popup should be closed. I tried to add `trigger="focus"` on popover, but it's not working.