likeastore / ngDialog

Modals and popups provider for Angular.js applications
http://likeastore.github.io/ngDialog
3.14k stars 692 forks source link

Fixes for mouse scroll for firefox. #599

Open dpesmdr20 opened 5 years ago

dpesmdr20 commented 5 years ago

Model overlay and Model content z-index are at same, which disallows the mouse scroll. Updating on the z-index fixes the mouse scroll on fire fox.

Thanks,

What issue is this PR resolving? Alternatively, please describe the bugfix/enhancement this PR aims to provide

Have you provided unit tests that either prove the bugfix or cover the enhancement?

Related issues