indexiatech / ember-idx-modal

Ember Indexia Modal
http://indexiatech.github.io/ember-idx-modal/#/gettingstarted
Apache License 2.0
17 stars 13 forks source link

Long modals that is larger than screen does scroll properly #18

Open yasirhantoush opened 9 years ago

yasirhantoush commented 9 years ago

This problem happens when the modal is larger than the screen canvas.

Compared to original bootstrap modal, I found that the bootstrap add class 'modal-open' to the body tag when the modal is open, this seems to fix the scrolling bars of the model.

But when using ember-idx-modal, this class is not added to body, thus the scroll breaks (not actually break, but the scrolls bar work for the background body, not the modal)