0

I have iframe on my popup.In IE scroll display if iframe content empty, but in other browsers it work fine. I need vertical scroll only if content is biger than iframe heigth.enter image description here

Евгений
  • 187
  • 3
  • 13

1 Answers1

1

I think you should try CSS instead

overflow-y: auto; 
Abdulla
  • 485
  • 6
  • 16