UX: z-index for for tippy box in chat (#22541)
This commit is contained in:
parent
a68448d5cf
commit
9576aab391
|
@ -226,6 +226,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
&:has(.tippy-box) {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
.chat-message-reaction-list .chat-message-react-btn {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue