Juxtapose iframe scrolling

by Henry

HTML

doesn't no scrolling="no"
<iframe frameborder="0" class="juxtapose" width="100%" height="360" src="https://cdn.knightlab.com/libs/juxtapose/latest/embed/index.html?uid=8a76af46-0430-11e7-9182-0edaf8f81e27"></iframe>

has scrolling="no"
<iframe frameborder="0" class="juxtapose" scrolling="no" width="100%" height="360" src="https://cdn.knightlab.com/libs/juxtapose/latest/embed/index.html?uid=8a76af46-0430-11e7-9182-0edaf8f81e27"></iframe>