I have an iframe
<iframe scrolling="no" src="{{ $graphUrl }}" width="100%" height="451px" frameborder="0"></iframe>
It renders as:
I've tried
iframe{
overflow-y: hidden;
}
scrolling="no" seamless="seamless" overflow-y: hidden; overflow: hidden;
I've tried everything from the question below:
None of those work! Does anyone know why?