Commit 699f3071 authored by Mark Otto's avatar Mark Otto

fix fat's broke js... jk it was my shitty css

parent b1a74195
......@@ -31,7 +31,8 @@
// When fading in the modal, animate it to slide down
&.fade .modal-dialog {
transform: transition .3s ease-out, translate(0, -25%);
transform: translate(0, -25%);
transition: transform .3s ease-out;
}
&.in .modal-dialog { transform: translate(0, 0); }
}
......
Markdown is supported
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