0

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:

Remove scrollbar from iframe

None of those work! Does anyone know why?

TylerH
  • 20,799
  • 66
  • 75
  • 101
code-8
  • 54,650
  • 106
  • 352
  • 604
  • 5
    Are you sure it's an `iframe` scroll? May be some div inside? – freeek Aug 29 '19 at 18:48
  • How do I check to make sure ? – code-8 Aug 29 '19 at 18:53
  • Use browser's developer tools - inspect an element, try to change element style on the fly. Try to render `iframe` with just some very long div first. may be. You can also post some online example, so we can take a look. – freeek Aug 29 '19 at 18:58
  • 2
    We need to see a [mre]; please update your HTML to include at least an applicable sample source URL if you can't include the *actual* URL. – TylerH Aug 29 '19 at 19:02
  • In the time it took you to write that comment you could have easily filled in the the src attribute 5 times. – James Allen Aug 29 '19 at 20:44
  • @kyo what browser are you using? No scrollbar in Chrome on Win10. – James Allen Aug 29 '19 at 20:45

0 Answers0