fix board AuthorDeleteAlert

This commit is contained in:
Tom
2023-05-24 12:27:54 +02:00
parent 148fe8ff0c
commit 9279d5cc9e
3 changed files with 21 additions and 94 deletions
@@ -3210,7 +3210,7 @@ export const AuthorDeleteAlert = styled.div`
.author-delete-alert {
padding: 20px;
border: 1px solid #ccc;
position: absolute;
position: fixed;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);