fix(ags): use window margin instead of css for windows

This commit is contained in:
matt1432 2023-09-12 23:53:48 -04:00
commit e6d2e891d7
7 changed files with 4 additions and 13 deletions
config/ags/js/notifications

View file

@ -63,6 +63,7 @@ export const NotificationCenter = Window({
popup: true,
layer: 'overlay',
anchor: 'top right',
margin: [ 8, 60, 0, 0 ],
child: Box({
className: 'notification-center',
vertical: true,