html,body {
    height:100%;
    padding:0;
    margin:0;
}

.fill {
    height: 100%;
}

.fill iframe {
    width: 100%;
    height: calc(100% - 36px);  /** nav bar height = 36px **/
}

.breadcrumb {
    margin-bottom: 0px;
}
