diff --git a/public/views/confirm.html b/public/views/confirm.html index 80f6c504d..9dc6c42f8 100644 --- a/public/views/confirm.html +++ b/public/views/confirm.html @@ -49,5 +49,6 @@ - + + diff --git a/public/views/modals/txp-details.html b/public/views/modals/txp-details.html index 330338d26..e551c6294 100644 --- a/public/views/modals/txp-details.html +++ b/public/views/modals/txp-details.html @@ -161,5 +161,6 @@ + diff --git a/src/sass/views/confirm.scss b/src/sass/views/confirm.scss index 556301f5d..892fa9161 100644 --- a/src/sass/views/confirm.scss +++ b/src/sass/views/confirm.scss @@ -14,4 +14,8 @@ height: 100px; background-color: #f5f5f5; } + .accept-button { + position: fixed; + bottom: 49px; + } } diff --git a/src/sass/views/includes/txp-details.scss b/src/sass/views/includes/txp-details.scss index 60aadee20..c05d42deb 100644 --- a/src/sass/views/includes/txp-details.scss +++ b/src/sass/views/includes/txp-details.scss @@ -63,4 +63,8 @@ height: 100px; background-color: #f5f5f5; } + .accept-button { + position: fixed; + bottom: 49px; + } }