initial fix (#17547)

This commit is contained in:
Phillip Kelley-Dotson 2021-11-30 08:24:18 -08:00 committed by GitHub
parent 0599fcbddc
commit 4e76637252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ const StyledToastPresenter = styled.div`
margin-right: 50px;
margin-bottom: 50px;
z-index: ${({ theme }) => theme.zIndex.max};
word-break: break-word;
.toast {
background: ${({ theme }) => theme.colors.grayscale.dark1};