UX: z-index for for tippy box in chat (#22541)

This commit is contained in:
chapoi 2023-07-12 14:29:44 +02:00 committed by GitHub
parent a68448d5cf
commit 9576aab391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -226,6 +226,10 @@
}
}
&:has(.tippy-box) {
position: relative;
z-index: 1;
}
.chat-message-reaction-list .chat-message-react-btn {
display: none;
}