mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix fat's broke js... jk it was my shitty css
This commit is contained in:
parent
b1a74195c8
commit
699f307112
1 changed files with 2 additions and 1 deletions
|
@ -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); }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue