-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<div class="modal-backdrop fade" ng-class="{in: animate}" ng-style="{'z-index': 1040 + index*10}" ng-click="close($event)"></div> | ||
<div class="modal-backdrop fade" ng-class="{in: animate}" ng-style="{'z-index': 1040 + index*10}"></div> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
<div tabindex="-1" class="modal fade {{ windowClass }}" ng-class="{in: animate}" ng-style="{'z-index': 1050 + index*10}" ng-transclude></div> | ||
<div tabindex="-1" class="modal fade {{ windowClass }}" ng-class="{in: animate}" ng-style="{'z-index': 1050 + index*10, display: 'block'}" ng-click="close($event)"> | ||
This comment has been minimized.
Sorry, something went wrong. |
||
<div class="modal-dialog"><div class="modal-content" ng-transclude></div></div> | ||
This comment has been minimized.
Sorry, something went wrong.
gschuager
|
||
</div> |
There's a problem if I send a PR with this "display: 'block'" in the CSS file instead of inline styling? Or it must be that way? @hallister