The Popover API is a way to display content over the top of the page and still have it dismissable. In contrast with the dialog API that’s “modal” which means the page is in a certain “mode” when its up. Forcing the user to select something in the modal.

https://stackblitz.com/edit/vite-bdbfyy?embed=1&file=src%2Fcomponents%2FPopoverExample.vue

Popover Vue 3 Example - StackBlitz

[Introducing the popover API - Chrome Developers](https://developer.chrome.com/blog/introducing-popover-api/#:~:text=By default%2C popovers get a,the page%2C and so on.)

Popover API - Web APIs | MDN