likeastore / ngDialog

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

Modal behind overlay #430

Open jdcrecur opened 8 years ago

jdcrecur commented 8 years ago
    "angular"           : "1.5.0",
    "angular-cookies"   : "1.4.8",
    "angular-sanitize"  : "1.5.0",
    "angular-datatables": "0.5.3",
    "angular-bootstrap" : "1.2.1",
    "angular-ui-router" : "0.2.18",
    "highcharts"        : "4.2.1",
    "jquery"            : "2.2.0",
    "oclazyload"        : "1.0.9",
    "ng-dialog"         : "latest"

I have used ngDialog once before and it worked great, much more control than ui-bootstraps modal.

I have just introduced it into an existing project with the above bower.json

The css included is:

'/resources/assets/bower_components/ng-dialog/css/ngDialog.min.css',
'/resources/assets/bower_components/ng-dialog/css/ngDialog-theme-default.min.css'

capture

faceleg commented 8 years ago

Have you correctly specified the modal dialog's theme?

TheMaru commented 7 years ago

I had the same Problem with Version 0.6.4.

After looking a bit what might be the issue I saw that older versions use a position: relative in the css of class .ngdialog-content, but that seems to be missing the above mentioned version.

After adding a relative to this class in my own theme the problem is resolved for me. Maybe that helps you a bit.