mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
fix(messagebox): fixed z-index
This commit is contained in:
parent
e959f29eae
commit
622f2b2bca
2 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ export type UploadState =
|
|||
| { type: "failed"; files: File[]; error: string };
|
||||
|
||||
const Base = styled.div`
|
||||
z-index: 10;
|
||||
z-index: 1;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
background: var(--message-box);
|
||||
|
|
|
@ -42,8 +42,8 @@ export const ReplyBase = styled.div<{
|
|||
content: "";
|
||||
width: 22px;
|
||||
height: 10px;
|
||||
border-inline-start: 3px solid var(--message-box);
|
||||
border-top: 3px solid var(--message-box);
|
||||
border-inline-start: 2px solid var(--message-box);
|
||||
border-top: 2px solid var(--message-box);
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue