Skip to content

Commit 201fa8f

Browse files
fix(alert_management): fixed target detail being seen over agent terminal
1 parent 17bcc30 commit 201fa8f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

frontend/src/app/data-management/alert-management/shared/components/alert-host-detail/alert-host-detail.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div *ngIf="!isEmpty()" class="container-alert-detail utm-box mt-4 p-3 pb-1 border-1 border-blue-800">
1+
<div *ngIf="!isEmpty()" class="container-alert-detail utm-box mt-4 p-3 pb-1 border-1 border-blue-800 z-0">
22
<span class="p-1 utm-box-label">
33
{{type | titlecase}} detail
44
</span>

frontend/src/app/data-management/alert-management/shared/components/alert-host-detail/alert-host-detail.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828
word-break: break-all;
2929
}
3030
}
31+
32+
.z-0{
33+
z-index:0;
34+
}

0 commit comments

Comments
 (0)