I have this code:
<button style="z-index: 999999" mat-fab color="primary">
<mat-icon style="z-index: 999999" aria-label="left">chevron_left</mat-icon>
</button>
but it's still resulting in this:
I want to get the chevron icon to the front, but I am not sure what to do.