https://developer.mozilla.org/en-US/docs/Web/API/Popover_API...
> Popovers created using the Popover API are always non-modal. If you want to create a modal popover, a <dialog> element is the right way to go.
> You can turn a <dialog> element into a popover (<dialog popover> is perfectly valid) if you want to combine popover control with dialog semantics.
https://developer.mozilla.org/en-US/docs/Web/API/Popover_API...