p-popover component can be used to display some additional content on top of another in conjunction with the infodescription or the slot of the Popover to provide content which will be displayed in the open Popover.p-popover utilizes the #top-layer which enables it to be shown correctly even when used e.g. within a scroll container.<!doctype html>
<html lang="en" class="scheme-light-dark">
<head>
<title></title>
</head>
<body class="bg-canvas">
<p-popover>
Some additional content.
</p-popover>
<script>
</script>
</body>
</html>