Hello! I like the ion-menu type “push”, but I also like the backdrop when ion-menu type “overlay” is used. Is there a way to enable the backdrop when you use type “push”? It seems to be automatically disabled when you use “push”. And then automatically enabled when you use type “overlay”.
So when “overlay” is on, I can change the color of the backdrop or even make it disappear (transparent) using
ion-menu::part(backdrop) {
background-color: red;
}
but when I use type “push”, no matter the color I put, there is still no backdrop 
Any suggestions on what to try?