mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 15:30:23 +00:00
Follow up to #20982 to fix css for modals
This commit is contained in:
parent
bcbbc8eeda
commit
a0599a245d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue