Skip to content

Commit

Permalink
Merge pull request twbs#14723 from twbs/fat-fix-14254
Browse files Browse the repository at this point in the history
fix twbs#14254  Modal Sometimes Does Not Appear after Multiple Displays in S...
  • Loading branch information
fat committed Oct 3, 2014
2 parents 3fda099 + 582bb7d commit 6234409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@

// When fading in the modal, animate it to slide down
&.fade .modal-dialog {
.translate3d(0, -25%, 0);
.translate(0, -25%);
.transition-transform(~"0.3s ease-out");
}
&.in .modal-dialog { .translate3d(0, 0, 0) }
&.in .modal-dialog { .translate(0, 0) }
}
.modal-open .modal {
overflow-x: hidden;
Expand Down

0 comments on commit 6234409

Please sign in to comment.