Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

fix(modal): backdrop z-index when stacking modals #1654

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion template/modal/backdrop.html
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<div class="modal-backdrop fade" ng-class="{in: animate}" ng-style="{'z-index': 1040 + index*10}"></div>
<div class="modal-backdrop fade"
ng-class="{in: animate}"
ng-style="{'z-index': 1040 + (index && 1 || 0) + index*10}"
></div>