Commit 34891de1 authored by Mark Otto's avatar Mark Otto
Browse files

grunt

parents d66b65dd 1e3b9380
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples,!13542Fixes #13478, reverts #10941
Showing with 9 additions and 7 deletions
+9 -7
......@@ -31,10 +31,10 @@
// When fading in the modal, animate it to slide down
&.fade .modal-dialog {
.translate(0, -25%);
.translate3d(0, -25%, 0);
.transition-transform(~"0.3s ease-out");
}
&.in .modal-dialog { .translate(0, 0)}
&.in .modal-dialog { .translate3d(0, 0, 0) }
}
// Shell div to position the modal with bottom padding
......
......@@ -141,6 +141,7 @@
right: 0;
left: 0;
z-index: @zindex-navbar-fixed;
.translate3d(0, 0, 0);
// Undo the rounded corners
@media (min-width: @grid-float-breakpoint) {
......
......@@ -53,4 +53,5 @@
.affix {
position: fixed;
.translate3d(0, 0, 0);
}
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment