Angular UI Modal在打开时移动页面

时间:2015-04-06 23:29:40

标签: javascript angularjs angular-ui

在角度ui中,即使在打开模态的源页面示例中,后面的页面也会移动大约5 px或更少。

打开页面中的模态,查看页面的移动方式。

https://angular-ui.github.io/bootstrap/

enter image description here

有人知道为什么或如何解决此问题。我在两台显示器上测试过。它是最好的角度模态还是其他更好的模态?

1 个答案:

答案 0 :(得分:0)

我认为这是一个常见的问题,所以在调查一些我发现这个答案时,它对我有用:

/* This prevent Content moves to the right*/
 body.modal-open { 
   overflow:inherit; 
  padding-right:inherit !important; 
 }

要查看其他答案,请访问以下链接: https://github.com/twbs/bootstrap/issues/9886