initial fix (#17547)
This commit is contained in:
parent
0599fcbddc
commit
4e76637252
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Reference in New Issue