1

I need to hide the scrollbar which is found in iframe when using IE 11.

As I read "-ms-overflow-style: none" works with IE 10 and can do what I need:

Unlike overflow: hidden, elements with -ms-overflow-style: none can still be scrolled via touch panning, keyboard, or mouse wheel.

Any suggestion please? Thank you!

user3117401
  • 21
  • 1
  • 5
  • I'd take a look at this, adding scrolling="no" and seamless="seamless" to the iframe should help. http://stackoverflow.com/questions/4856746/hide-horizontal-scrollbar-on-an-iframe – Benneb10 Jan 15 '16 at 21:52
  • Thank you. But scrolling="no" remove the scrolling and I need to have it without scrollbar. About seemless, i can't use it because the iframe created by jQuery under the control of Prestashop. – user3117401 Jan 15 '16 at 22:05

0 Answers0