mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
ℹ️ feat: Scrollable InfoHoverCard Content (#10693)
This commit is contained in:
parent
c81bdeecb7
commit
03f3b87eda
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const InfoHoverCard = ({ side, text }: InfoHoverCardProps) => {
|
||||||
</HoverCardTrigger>
|
</HoverCardTrigger>
|
||||||
<HoverCardPortal>
|
<HoverCardPortal>
|
||||||
<HoverCardContent side={side} className="z-[999] w-80">
|
<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>
|
<span className="text-sm text-text-secondary">{text}</span>
|
||||||
</div>
|
</div>
|
||||||
</HoverCardContent>
|
</HoverCardContent>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue