.report {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
/*    background-color: #f6f9fe;*/
    background-color: #ffff00;
    bottom: 0;
    /* overflow-y: auto; */
    /* padding: 10px; */
}
.report iframe {
    width: 100%;
    height: 100%;
}