-1

Hi I have an iframe in my web page. I want the scroll within the iframe to be disabled but if I scroll in iframe my web page should scroll and not the content in iFrame.

Can anyone help?

kjain13
  • 43
  • 5

1 Answers1

0

You should change your iframe css to: overflow: hidden;

CtrlAltDft
  • 13
  • 4