From 2bdd7413aa304700728120caa61e067d717e3df6 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Tue, 4 May 2021 23:36:57 +0200 Subject: [PATCH] Block save button when uploading a send (#871) * Block save button when uploading a send * Add overflow hidden to prevent scrollbar appearing --- jslib | 2 +- src/app/send/add-edit.component.html | 9 +++++---- src/scss/buttons.scss | 26 ++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 5 deletions(-) diff --git a/jslib b/jslib index a72c8a60c1..e2cb9b6bef 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit a72c8a60c1b7a6980bceee456c53a9ea7b9b3451 +Subproject commit e2cb9b6bef54a1bc04174aa9eec02ea800962887 diff --git a/src/app/send/add-edit.component.html b/src/app/send/add-edit.component.html index be974cbb60..623b2312ad 100644 --- a/src/app/send/add-edit.component.html +++ b/src/app/send/add-edit.component.html @@ -1,4 +1,4 @@ -
+
@@ -182,10 +182,11 @@