javascript - Angularjs's ng-dialog blocks the pop-up box problem
欧阳克
欧阳克 2017-06-13 09:22:49
0
1
661

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.

欧阳克
欧阳克

温故而知新,可以为师矣。 博客:www.ouyangke.com

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!