Bootstrap UI 模式中的破碎背景

Broken backdrop in Bootstrap UI modal

任何人都可以帮助我解决导致叠加层或弹出窗口背景损坏/不规则的问题。

$scope.Modal = $modal.open({
                              animation: true,
                              templateUrl: '/Web/app/dashboard/Modal.html',
                              controller: 'Controller',
                              scope:$scope,
                              backdrop: 'static'
                          });

技术堆栈:Angular 1.3,Bootstrap,HTML 5,CSS 3

问题是因为最新的 Chrome 更新 61。这是 GitHub link for the issue and Google forum