CSR-1533 sticky modal footer update.
This commit is contained in:
parent
ac59b0d8d7
commit
01efc2e3b9
1 changed files with 7 additions and 0 deletions
|
|
@ -139,6 +139,13 @@ export default {
|
||||||
color: rgb(0, 0, 0);
|
color: rgb(0, 0, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.modal-footer {
|
||||||
|
position: sticky;
|
||||||
|
width: 100%;
|
||||||
|
bottom: 0;
|
||||||
|
z-index: 5;
|
||||||
|
background-color: $gray-100;
|
||||||
|
}
|
||||||
&.modal-component {
|
&.modal-component {
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
max-width: 576px;
|
max-width: 576px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue