ditch b-modal

This commit is contained in:
Nazar Kanaev
2021-03-29 12:40:29 +01:00
parent 430f300140
commit 169d579400
3 changed files with 53 additions and 19 deletions

View File

@@ -84,10 +84,6 @@ select.form-control:not([multiple]):not([size]) {
outline: none;
}
.modal-backdrop {
background-color: rgba(0, 0, 0, 0.7);
}
.modal.fade .modal-dialog {
transition: none !important;
transform: none !important;
@@ -384,6 +380,12 @@ select.form-control:not([multiple]):not([size]) {
left: -999px;
}
.custom-modal {
background-color: rgba(0, 0, 0, 0.9);
overflow-y: auto;
display: block !important;
}
/* content */
.content {