summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/layout
diff options
context:
space:
mode:
authorSudarshan Kumar <sudarshan.kumar@att.com>2020-07-27 19:48:32 +0530
committerSudarshan Kumar <sudarshan.kumar@att.com>2020-07-27 19:50:14 +0530
commitc1cda6283174db9ab610ce7142222c8a00be5bc9 (patch)
tree004faa0fdad9939f02fc1c2d634415a65ba678ed /portal-FE-common/src/app/layout
parent7945565f9363846d0a8864217c2f77401960208c (diff)
App Onboarding - Delete app not working
App Onboarding - Delete app not working Issue-ID: PORTAL-963 Change-Id: I6ec10fc4266b4d66d5393925411a90d0245b3e72 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'portal-FE-common/src/app/layout')
-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>