mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-26 20:34:18 +00:00
fix(web(js)): position notifications to the bottom right
Fixes #5127 Fixes #5423
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
'</md-toast>'
|
||||
].join(''),
|
||||
hideDelay: 5000,
|
||||
position: 'top right'
|
||||
position: sgConstant.toastPosition
|
||||
});
|
||||
else
|
||||
$log.debug('untrap error');
|
||||
|
||||
Reference in New Issue
Block a user