Hi, I need to change the z-index of the snackbar but im not able to do it. I found that if I have the following class in styles.scss, I can indeed change the z-index but it also affects the Material Dialogs. .cdk-overlay-container { z-index: 99999999999999; } Any way I can only affect the Snackbars? Thanks in advanced!