article {
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    overflow-y: auto;
}

iframe {
    width: 100%;
    height: 100%;
}