Bootstrap UI模式中的破碎背景

时间:2017-10-16 04:15:52

标签: css angularjs angular-ui-bootstrap bootstrap-modal

enter image description here

任何人都可以帮我解决在叠加层或弹出窗口背景下造成这种破碎/不规则背景的问题。

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

Tech Stack:Angular 1.3,Bootstrap,HTML 5,CSS 3

1 个答案:

答案 0 :(得分:0)

问题在于最新的Chrome更新61.以下是此问题的GitHub link和Google forum