Merge pull request #984 from ONLYOFFICE/bugfix/toast-styles

Bugfix/toast styles
This commit is contained in:
Nikita Gopienko 2022-11-03 16:58:45 +03:00 committed by GitHub
commit e81e0d07b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -159,6 +159,7 @@ const StyledTableGroupMenu = styled.div`
height: 24px;
width: 16px;
margin: 3px 0px 0px 3px;
background: transparent;
.combo-button {
.combo-buttons_arrow-icon {

View File

@ -57,7 +57,7 @@ const StyledToastContainer = styled(ToastContainer)`
}
.SlideIn {
animation: SlideIn 0.7s ease-out both;
animation: SlideIn 0.7s ease-out;
}
@keyframes SlideOut {