WIP Update modal to drawer.
This commit is contained in:
parent
7f2a56d813
commit
aef6308ac7
1 changed files with 5 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export default {
|
|||
.modal {
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
height: auto;
|
||||
// height: auto;
|
||||
h5,
|
||||
strong,
|
||||
.subheader-text {
|
||||
|
|
@ -82,6 +82,10 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
&.modal-dialog-centered {
|
||||
align-items: flex-end;
|
||||
min-height: 100%;
|
||||
}
|
||||
}
|
||||
.modal-footer {
|
||||
border-top: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue