We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235090f commit 12b87a8Copy full SHA for 12b87a8
template/modal/window.html
@@ -1,5 +1,5 @@
1
<div tabindex="-1" class="reveal-modal fade {{ windowClass }}"
2
ng-class="{in: animate}" ng-click="close($event)"
3
- style="display: block; position: fixed; visibility: visible">
+ style="display: block; position: absolute; visibility: visible">
4
<div ng-transclude></div>
5
</div>
0 commit comments