mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-09 04:18:32 +02:00
proper z index for chat bubbles (#2500)
This commit is contained in:
parent
f531d071af
commit
7d1ec1095c
@ -520,7 +520,7 @@ export const AIMessage = ({
|
||||
ref={hoverElementRef}
|
||||
className={`
|
||||
absolute -bottom-5
|
||||
z-20
|
||||
z-10
|
||||
invisible ${(isHovering || isRegenerateHovered || settings?.isMobile) && "!visible"}
|
||||
opacity-0 ${(isHovering || isRegenerateHovered || settings?.isMobile) && "!opacity-100"}
|
||||
translate-y-2 ${(isHovering || settings?.isMobile) && "!translate-y-0"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user