Open lai32290 opened 8 years ago
Is possible configure position to bottom?
+1
A possible solution:
notify.config({ 'startTop': $window.innerHeight - 50, });
with $window.innerHeight returning the current height of your browser window
Is possible configure position to bottom?