mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
ℹ️ feat: Scrollable InfoHoverCard Content (#10693)
This commit is contained in:
parent
58f73626e7
commit
9fff229836
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const InfoHoverCard = ({ side, text }: InfoHoverCardProps) => {
|
|||
</HoverCardTrigger>
|
||||
<HoverCardPortal>
|
||||
<HoverCardContent side={side} className="z-[999] w-80">
|
||||
<div className="space-y-2">
|
||||
<div className="max-h-[80vh] space-y-2 overflow-y-auto">
|
||||
<span className="text-sm text-text-secondary">{text}</span>
|
||||
</div>
|
||||
</HoverCardContent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue