feat: enhance PopoverContent styling for better responsiveness and usability

This commit is contained in:
Marco Pedone 2026-03-25 18:48:38 +01:00
parent ef31656639
commit 37f0521e76

View file

@ -249,7 +249,10 @@ export const RichiesteTable = ({ data }: RichiesteTableProps) => {
{annunci.length} Annunci {annunci.length} Annunci
</Button> </Button>
</PopoverTrigger> </PopoverTrigger>
<PopoverContent align="end" className="w-4xl"> <PopoverContent
align="end"
className="max-h-[50vh] w-[80vw] overflow-y-auto sm:max-h-full sm:w-4xl"
>
<PopoverHeader> <PopoverHeader>
<PopoverTitle>Annunci Inseriti</PopoverTitle> <PopoverTitle>Annunci Inseriti</PopoverTitle>
<PopoverDescription className="sr-only"> <PopoverDescription className="sr-only">