I have seen answers that are a bit similar to what I am looking for but none of them addresses my specific issue conclusively. For example this answer shows you how to change the background color of the snack-bar and it works. The issue it seems like that is all you can do in the css if you try to manipulate the width of the snack-bar nothing happens.
The other answer I saw: Overriding Default Style of SnackBar Component but for some reason it doesn't work.
So now my questions are:
How do I manipulate the look of a mat-snack-bar template using CSS? (Kindly show me how to:
- Make the width: 100%(when the screen is full size) and
- Make the snack-bar to appear at the top
using this example in stackbiz
Thank you.