Skip to content

Commit fb1b0cd

Browse files
committed
fix: set light theme for threat intelligence
1 parent 33e0b9b commit fb1b0cd

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
2-
.utm-navbar-secondary {
3-
height: 50px!important;
4-
}
5-
6-
.iframe-position {
7-
position: absolute;
8-
width: 100%;
1+
:host {
2+
display: flex;
3+
flex-direction: column;
4+
flex: 1 1 auto;
5+
min-height: 0;
96
height: 100%;
10-
top: -5px;
117
}

frontend/src/app/threatwind/threatwind.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<div class="bg-white iframe-position">
2-
<iframe style="height: 89.4vh" [src]="iframeSrc | safe:'resourceUrl'" width="100%"></iframe>
1+
<div class="d-flex flex-column h-100">
2+
<iframe style="height: 100%" [src]="iframeSrc | safe:'resourceUrl'" width="100%"></iframe>
33
</div>
44

55

0 commit comments

Comments
 (0)