fix(chat): allow revert button hover on short user messages (#826)
This commit is contained in:
@@ -1063,7 +1063,7 @@ const ChatMessage: React.FC<ChatMessageProps> = ({
|
|||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
{showStickyInlineHoverRow ? <div aria-hidden="true" className="pointer-events-none absolute left-0 right-0 top-full h-11" /> : null}
|
{showStickyInlineHoverRow ? <div aria-hidden="true" className="absolute left-0 right-0 top-full h-11" /> : null}
|
||||||
</div>
|
</div>
|
||||||
</FadeInOnReveal>
|
</FadeInOnReveal>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user