mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-09 01:32:14 +02:00
scrolling works
This commit is contained in:
@@ -99,5 +99,6 @@ LNTIPS_API_KEY=LNTIPS_ADMIN_KEY
|
||||
LNTIPS_API_ENDPOINT=https://ln.tips
|
||||
|
||||
# Cashu Mint
|
||||
# Use a long-enough random (!) private key
|
||||
# Use a long-enough random (!) private key.
|
||||
# Once set, you cannot change this key as for now.
|
||||
CASHU_PRIVATE_KEY="SuperSecretPrivateKey"
|
||||
|
@@ -5,7 +5,6 @@ page_container %}
|
||||
<q-page>
|
||||
<div class="row q-col-gutter-md justify-center q-pt-lg">
|
||||
<div class="col-12 col-sm-8 col-md-9 col-lg-7 text-center q-gutter-y-md">
|
||||
<q-scroll-area :style="'height: ' + height + 'px; max-width: 1024px'">
|
||||
<q-card class="q-mb-sm">
|
||||
<q-card-section>
|
||||
<div class="gt-sm">
|
||||
@@ -282,7 +281,11 @@ page_container %}
|
||||
</q-card-section>
|
||||
</q-card>
|
||||
|
||||
<div class="q-pa-sd q-py-md" align="center">
|
||||
<div
|
||||
class="q-pa-sd q-pt-md q-mb-xl"
|
||||
style="margin-bottom: 5rem"
|
||||
align="center"
|
||||
>
|
||||
<q-btn
|
||||
class="q-mx-sm"
|
||||
size="10px"
|
||||
@@ -303,7 +306,6 @@ page_container %}
|
||||
>Backup<q-tooltip>Download wallet backup</q-tooltip></q-btn
|
||||
>
|
||||
</div>
|
||||
</q-scroll-area>
|
||||
</div>
|
||||
|
||||
<q-tabs
|
||||
|
Reference in New Issue
Block a user