Skip to content

Commit 7065efa

Browse files
crisbetogroszewn
authored andcommitted
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.
1 parent 3dbfc22 commit 7065efa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tensorboard/webapp/notification_center/_views/notification_center_component.scss

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ limitations under the License.
2828
right: 10px;
2929
top: 10px;
3030
width: $_dim;
31+
z-index: 2;
3132
}
3233

3334
::ng-deep .notification-menu.mat-mdc-menu-panel {

0 commit comments

Comments
 (0)