We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e0b9b commit fb1b0cdCopy full SHA for fb1b0cd
2 files changed
frontend/src/app/threatwind/threatwind.component.css
@@ -1,11 +1,7 @@
1
-
2
-.utm-navbar-secondary {
3
- height: 50px!important;
4
-}
5
6
-.iframe-position {
7
- position: absolute;
8
- width: 100%;
+:host {
+ display: flex;
+ flex-direction: column;
+ flex: 1 1 auto;
+ min-height: 0;
9
height: 100%;
10
- top: -5px;
11
}
frontend/src/app/threatwind/threatwind.component.html
@@ -1,5 +1,5 @@
-<div class="bg-white iframe-position">
- <iframe style="height: 89.4vh" [src]="iframeSrc | safe:'resourceUrl'" width="100%"></iframe>
+<div class="d-flex flex-column h-100">
+ <iframe style="height: 100%" [src]="iframeSrc | safe:'resourceUrl'" width="100%"></iframe>
</div>
0 commit comments