Skip to content

Commit 318b1b3

Browse files
fix[frontend](alert-popup): fixed alert popup position
1 parent df6940a commit 318b1b3

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

frontend/src/app/shared/components/utm/table/utm-table/utm-dtable-columns/utm-dtable-columns.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
autoClose="outside"
55
class="text-blue-800 cursor-pointer"
66
container="body"
7-
placement="bottom"
8-
popoverClass="utm-popover"></i>
7+
placement="bottom-left"
8+
popoverClass="utm-popover-alerts"></i>
99
<ng-template #colContent>
1010
<div class="d-columns-container d-flex">
1111
<div *ngIf="showInactive" class="card m-0 card-not-visible">

frontend/src/styles.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,23 @@ app-header {
693693
}
694694
}
695695

696+
697+
.utm-popover-alerts {
698+
max-width: 800px !important;
699+
700+
.arrow {
701+
&::after {
702+
//border-right-color: $blue-scroll;
703+
}
704+
}
705+
706+
.popover-header {
707+
//background-color: $blue-scroll !important;
708+
background-color: #ffffff;
709+
}
710+
}
711+
712+
696713
.utm-popover {
697714
max-width: 800px !important;
698715

0 commit comments

Comments
 (0)