1

I am using bootstrap modal for showing modal window. For modal body I am using iframe so that if I submit form I can get response on the same modal window.

My iframe is like :

  <div class="embed-responsive embed-responsive-4by3">
        <iframe  seamless="seamless" class="embed-responsive-item" src="schedule"></iframe>
  </div>

I am using ClockPicker plugin to pick the time. But when Clock Picker appears it hides behind the scroll. I have changed z-Index of clock picker but it doesn't seem to work.

Modal window with iframe

Any help ?

Lalit Chattar
  • 1,914
  • 8
  • 27
  • 49
  • possible duplicate of [Is there a way to have content from an IFRAME overflow onto the parent frame?](http://stackoverflow.com/questions/176572/is-there-a-way-to-have-content-from-an-iframe-overflow-onto-the-parent-frame) – Turnip Jul 26 '15 at 13:05

0 Answers0