Home  >  Q&A  >  body text

javascript - Angularjs's ng-dialog blocks the pop-up box problem

is to use ng-dialog to generate a pop-up box. After that, the written message reminder box is buried behind the dialog box:

ng-dialog corresponding pop-up box code is:
`<span ng-app="fanApp">

<p class="panel panel-success" style="height: 99%;z-index: 2;" ng-controller="plan_add">

</p>

</span>`

The z-index of the message reminder box behind the pop-up box is 9999.

欧阳克欧阳克2707 days ago797

reply all(1)I'll reply

  • 代言

    代言2017-06-13 09:24:49

    ng-dialog default z-index is 10000, you can modify it yourself

    reply
    0
  • Cancelreply