summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app
diff options
context:
space:
mode:
authorSunder Tattavarada <statta@research.att.com>2020-07-27 15:04:23 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-27 15:04:23 +0000
commit5e143ef255badb5e0304dd4370461c5b5b158bde (patch)
treeedb03b7ff3f729c58be3003d2860d253517974a9 /portal-FE-common/src/app
parentf241a11c8783c6a230a93d28101a62509af9e640 (diff)
parentc1cda6283174db9ab610ce7142222c8a00be5bc9 (diff)
Merge "App Onboarding - Delete app not working"
Diffstat (limited to 'portal-FE-common/src/app')
-rw-r--r--portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html b/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html
index d43328d5..65ccf1dc 100644
--- a/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html
+++ b/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html
@@ -86,7 +86,7 @@
<div *ngFor="let tab of tabs; let index = index"
[style.display]='tab.active? "inline" : "none"'
[style.position]='tab.active? "static" : "absolute"'
- [style.height]='tab.active? "45rem" : "45rem"'>
+ [style.height]='tab.active? "calc(100vh)" : "calc(0vh)"'>
<iframe id="tabframe-{{tab.label.split(' ').join('-')}}-{{index}}" scrolling='yes' frameBorder='0' width='100%'
scrolling='yes' frameBorder='0' width='100%' height='90%' [src]='tab.url'></iframe>