-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fixneeds triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
Description
Dear Angular Material Team,
I was wondering if it is possible to add 'center' to vertical position for the Snackbar. Some users asked if it is possible to make the Snackbar notifications at the center of the screen.
It might be arguable that it is a bad or good design to put the notification at the center of the screen, but having the option would be great, or have it as a hidden feature or any CSS to customize this, such as using ::ng-deep and using the below code?
custom center content css
position: absolute !important; top: 50%; transform: translate(0,-50%);
Please see the attached image for the desired positioning
Thank you in advance.
Looking forward to hearing from you.
Kindest regards,
Michael Seltene
Metadata
Metadata
Assignees
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fixneeds triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team