https://i.stack.imgur.com/nTAnK.png
Is there anyone who can assist me in identifying the issue causing the broken or irregular backdrop in the background of overlays or pop-ups?
$scope.Modal = $modal.open({
animation: true,
templateUrl: '/Web/app/dashboard/Modal.html',
controller: 'Controller',
scope:$scope,
backdrop: 'static'
});
Technology Stack : Angular 1.3, Bootstrap, HTML 5 ,CSS 3