fix(messagebox): fixed z-index

This commit is contained in:
trashtemp
2022-01-21 08:30:54 +01:00
parent e959f29eae
commit 622f2b2bca
2 changed files with 3 additions and 3 deletions

View File

@@ -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);