Skip to content

Commit b08cdd3

Browse files
committed
Merge pull request #36 from kane-c/master
Fixed modals not dropping down enough
2 parents 8f7681e + f9c204a commit b08cdd3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

stylus/modals.styl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
translate(0, -25%);
3838
transition-transform(0.3s ease-out);
3939

40-
&.in .modal-dialog
41-
translate(0, 0)
40+
&.in
41+
.modal-dialog
42+
translate(0, 0)
4243

4344
// Shell div to position the modal with bottom padding
4445
.modal-dialog {

0 commit comments

Comments
 (0)