Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stacking of notification dot (#6875)
An upcoming change in Angular Material (angular/components#29291) changes the `z-index` of icons which ended up putting it behind the notification dot. This change adds an explicit `z-index` to the dot to ensure that it's on top of the icon.
- Loading branch information