Commit 2d087bd
authored
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 b163c5d commit 2d087bd
File tree
1 file changed
+1
-0
lines changed- tensorboard/webapp/notification_center/_views
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments