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