mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
Merge pull request #14723 from twbs/fat-fix-14254
fix #14254 Modal Sometimes Does Not Appear after Multiple Displays in S...
This commit is contained in:
commit
62344098af
@ -30,10 +30,10 @@
|
|||||||
|
|
||||||
// When fading in the modal, animate it to slide down
|
// When fading in the modal, animate it to slide down
|
||||||
&.fade .modal-dialog {
|
&.fade .modal-dialog {
|
||||||
.translate3d(0, -25%, 0);
|
.translate(0, -25%);
|
||||||
.transition-transform(~"0.3s ease-out");
|
.transition-transform(~"0.3s ease-out");
|
||||||
}
|
}
|
||||||
&.in .modal-dialog { .translate3d(0, 0, 0) }
|
&.in .modal-dialog { .translate(0, 0) }
|
||||||
}
|
}
|
||||||
.modal-open .modal {
|
.modal-open .modal {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user