diff --git a/lnbits/extensions/cashu/templates/cashu/wallet.html b/lnbits/extensions/cashu/templates/cashu/wallet.html index 0ddb2f0a0..9928b26ae 100644 --- a/lnbits/extensions/cashu/templates/cashu/wallet.html +++ b/lnbits/extensions/cashu/templates/cashu/wallet.html @@ -5,7 +5,7 @@ page_container %}
- +
@@ -315,7 +315,7 @@ page_container %} @@ -2161,6 +2161,20 @@ page_container %} } } + var body = document.body, + html = document.documentElement + + var height = Math.max( + body.scrollHeight, + body.offsetHeight, + html.clientHeight, + html.scrollHeight, + html.offsetHeight + ) + + console.log('height', height) + this.height = height + console.log('### invoicesCashu', this.invoicesCashu) console.table('### tokens', this.proofs) console.log('#### this.mintId', this.mintId)