feat(notifications): NotificationsContainer native updates (#13047)

feat(notifications): NotificationsContainer native updates
This commit is contained in:
Calinteodor
2023-03-14 19:53:55 +02:00
committed by GitHub
parent 7156df5b99
commit 1fc5d6e97e
3 changed files with 53 additions and 40 deletions

View File

@@ -105,5 +105,16 @@ export default {
display: 'flex',
flexDirection: 'row',
marginLeft: BaseTheme.spacing[1]
},
withToolbox: {
bottom: 64,
position: 'absolute',
width: '100%'
},
withoutToolbox: {
position: 'absolute',
width: '100%'
}
};