Skip to content

feat(Snackbar): verticalPosition: 'center', // 'top' | 'bottom' | 'center' #23737

@mseltene

Description

@mseltene

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
image

Thank you in advance.

Looking forward to hearing from you.

Kindest regards,
Michael Seltene

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureThis issue represents a new feature or feature request rather than a bug or bug fixneeds triageThis issue needs to be triaged by the team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions