ui-dialog.agents-output-panel {
    flex-direction: column;
    /*width: 400px !important;*/
    /*subtracting the navbar height and the margin we want on top and bottom*/
    height: calc(100vh - 56px - 18px);
    z-index: 30;
    box-sizing: border-box;
    padding: 0px;
}