fix(ags): use window margin instead of css for windows
This commit is contained in:
parent
3d4a0d8156
commit
e6d2e891d7
7 changed files with 4 additions and 13 deletions
config/ags/js/notifications
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue