Skip to content

Commit

Permalink
Merge pull request #253 from egor-smirnov/master
Browse files Browse the repository at this point in the history
fix for #234: make overlay non-clickable
  • Loading branch information
voronianski committed Jun 11, 2015
2 parents bb13018 + b8edaa8 commit 8bda0db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/ngDialog.css
Expand Up @@ -70,6 +70,7 @@
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
-webkit-backface-visibility: hidden;
-webkit-animation: ngdialog-fadein 0.5s;
animation: ngdialog-fadein 0.5s;
Expand Down Expand Up @@ -102,4 +103,4 @@

body.ngdialog-open {
overflow: hidden;
}
}

0 comments on commit 8bda0db

Please sign in to comment.