Fix up the popover a bit

This commit is contained in:
2025-07-07 19:47:01 +02:00
parent ec8430189a
commit ad7ada88c2

View File

@@ -40,7 +40,7 @@ const RecapPopover: React.FC<RecapPopoverProps> = ({
<PopoverTrigger asChild> <PopoverTrigger asChild>
{children} {children}
</PopoverTrigger> </PopoverTrigger>
<PopoverContent className="w-80 bg-gray-800/95 border-gray-600 text-white max-h-96 overflow-y-auto"> <PopoverContent className="w-[30rem] bg-gray-800/95 border-gray-600 text-white max-h-[40rem] overflow-y-auto">
<CardHeader className="pb-3"> <CardHeader className="pb-3">
<CardTitle className="text-lg text-white">{title}</CardTitle> <CardTitle className="text-lg text-white">{title}</CardTitle>
</CardHeader> </CardHeader>