mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
fix fat's broke js... jk it was my shitty css
This commit is contained in:
parent
b1a74195c8
commit
699f307112
@ -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…
x
Reference in New Issue
Block a user