The solution would be to hide the iframe's scroll bar since "display: none;" in css and "scrolling="no" would prevent scrolling completely.
Note the 7 pixel difference between the parent div and the iframe, this effectively cuts off a portion of the iframe so that the scrollbar is hidden but you are still able to scroll.
REFERENCE: msbarnard's answer to filip5991's question on stackoverflow [07/10/2019]