CSR-1594 modal height and button position fix.
This commit is contained in:
parent
002dace442
commit
a7b5bb2f47
1 changed files with 4 additions and 0 deletions
|
|
@ -180,12 +180,16 @@ export default {
|
||||||
}
|
}
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
flex: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.modal-dialog-centered {
|
&.modal-dialog-centered {
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
align-items: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue