]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #14254 Modal Sometimes Does Not Appear after Multiple Displays in Safari 14723/head
authorfat <jacobthornton@gmail.com>
Fri, 3 Oct 2014 04:52:53 +0000 (21:52 -0700)
committerfat <jacobthornton@gmail.com>
Fri, 3 Oct 2014 04:52:53 +0000 (21:52 -0700)
less/modals.less

index 6da50ba929d29cdf0f99436c900a9370f03cedca..1de622050e5ae83742ed1cfa93751c8a39377de2 100644 (file)
 
   // 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;