output-frame.less

12 lines | 175 B Blame History Raw Download
output-frame {
    width: 100%;
    height: 100%;
    display: block;
}

output-frame > iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
}