diff --git a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.framework.html b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.framework.html index f33e193e..a7b65656 100644 --- a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.framework.html +++ b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.framework.html @@ -718,12 +718,17 @@ .newadd_card { float: left; width:100%; + height:100%; background-color: #fff; background-clip: border-box; border-radius: 4px; box-shadow: 0 2px 4px rgb(0, 0, 0, 0.2); margin-bottom: 20px; + position:relative; + min-height:100%; + padding: 0 2%; } + .page .footer{position:absolute; left:0; bottom:0; height:200px; width:100%;} .newadd_card .title{font-size: 16px; margin: 20px;} .newadd_nav{ float: right; @@ -788,7 +793,7 @@