ditch b-modal
This commit is contained in:
parent
430f300140
commit
169d579400
3 changed files with 53 additions and 19 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue