/*
Portlet window
*/
.portlet-content-container{
    height: 100%;
    position: fixed;
    width: 100%;
}
.portlet-iframe {
    width: 100%;
    height: calc(100% - 63px);
    position: absolute;
}