Skip to content

Commit 12b87a8

Browse files
committed
Changes modal to be position absolute.
Modal should be position absolute, as it is in Foundation 5
1 parent 235090f commit 12b87a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/modal/window.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div tabindex="-1" class="reveal-modal fade {{ windowClass }}"
22
ng-class="{in: animate}" ng-click="close($event)"
3-
style="display: block; position: fixed; visibility: visible">
3+
style="display: block; position: absolute; visibility: visible">
44
<div ng-transclude></div>
55
</div>

0 commit comments

Comments
 (0)