/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
#wpbody-content{height:calc(100vh - 32px);padding-bottom: 0;}

#wpbody-content iframe{
    width: 100%;
    height: 100%;
    max-height: calc(100% - 70px);
}