disable modal dialog animation

This commit is contained in:
Nazar Kanaev 2020-08-20 16:05:08 +01:00
parent d67da61a65
commit 7f70a56690

View File

@ -92,6 +92,11 @@ select.form-control:not([multiple]):not([size]) {
background-color: rgba(0, 0, 0, 0.7);
}
.modal.fade .modal-dialog {
transition: none !important;
transform: none !important;
}
.b-dropdown-form:focus {
outline: none;
}