fix(chat): allow revert button hover on short user messages (#826)

This commit is contained in:
jwcrystal
2026-04-08 10:44:17 +03:00
committed by GitHub
parent ec1e309c40
commit 4fd1d68eb9
@@ -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>
) )