0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Follow up to #20982 to fix css for modals

This commit is contained in:
Mark Otto 2016-10-26 21:15:31 -07:00
parent bcbbc8eeda
commit a0599a245d

View File

@ -31,7 +31,7 @@
transition: transform .3s ease-out;
transform: translate(0, -25%);
}
&.in .modal-dialog { transform: translate(0, 0); }
&.active .modal-dialog { transform: translate(0, 0); }
}
.modal-open .modal {
overflow-x: hidden;
@ -69,7 +69,7 @@
// Fade for backdrop
&.fade { opacity: 0; }
&.in { opacity: $modal-backdrop-opacity; }
&.active { opacity: $modal-backdrop-opacity; }
}
// Modal header