diff --git a/public/views/includes/topbar.html b/public/views/includes/topbar.html
index 1a7f28d40..59908279f 100644
--- a/public/views/includes/topbar.html
+++ b/public/views/includes/topbar.html
@@ -3,21 +3,21 @@
ng-style="{'background-color': noColor ? '#4B6178' : index.backgroundColor}">
diff --git a/public/views/includes/transaction.html b/public/views/includes/transaction.html
index 4b3fa3fcb..9c37a6534 100644
--- a/public/views/includes/transaction.html
+++ b/public/views/includes/transaction.html
@@ -1,6 +1,6 @@
+ fast-click callback-fn="home.openTxpModal(tx, index.copayers, !!index.glideraStatus)">
diff --git a/public/views/includes/tx-details.html b/public/views/includes/tx-details.html
index 86315a5a2..701ddc54c 100644
--- a/public/views/includes/tx-details.html
+++ b/public/views/includes/tx-details.html
@@ -1,6 +1,6 @@
@@ -18,140 +18,142 @@
-
diff --git a/public/views/walletHome.html b/public/views/walletHome.html
index d3558256d..d33459be6 100644
--- a/public/views/walletHome.html
+++ b/public/views/walletHome.html
@@ -404,7 +404,7 @@
+ fast-click callback-fn="home.openDestinationAddressModal(index.otherWallets, _address)">
diff --git a/src/css/main.css b/src/css/main.css
index 07083ee56..649380454 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -1379,6 +1379,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
}
}
+<<<<<<< a4ed15ab6f9cb6ec415196f24ddee81005a8f3d6
/* Confirmation popup */
.confirmTxModal {
@@ -1399,6 +1400,12 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
border-top-right-radius: 5px;
}
+.txModal-content {
+ overflow: auto;
+ height: 100%;
+ padding-bottom: 50px;
+}
+
.txModal {
background: #f6f7f9;
border-radius: 5px;