Skip to content

Commit

Permalink
Merge pull request #36 from kane-c/master
Browse files Browse the repository at this point in the history
Fixed modals not dropping down enough
  • Loading branch information
maxmx committed Jan 19, 2014
2 parents 8f7681e + f9c204a commit b08cdd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stylus/modals.styl
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
translate(0, -25%);
transition-transform(0.3s ease-out);

&.in .modal-dialog
translate(0, 0)
&.in
.modal-dialog
translate(0, 0)

// Shell div to position the modal with bottom padding
.modal-dialog {
Expand Down

0 comments on commit b08cdd3

Please sign in to comment.