Fix up the popover a bit
This commit is contained in:
@@ -40,7 +40,7 @@ const RecapPopover: React.FC<RecapPopoverProps> = ({
|
||||
<PopoverTrigger asChild>
|
||||
{children}
|
||||
</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">
|
||||
<CardTitle className="text-lg text-white">{title}</CardTitle>
|
||||
</CardHeader>
|
||||
|
Reference in New Issue
Block a user