diff options
author | Linnea Gräf <nea@nea.moe> | 2025-05-01 21:46:32 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-05-01 21:46:42 +0200 |
commit | 00e37dc840f7dd9b4ec8d2aa7c17bebad08a2696 (patch) | |
tree | acd21a461b53b9e2990c9a313cc74efcee6b0c40 /server/frontend/index.html | |
parent | 0c60aa3278a9297e143ee4ad998c01b6ef2337b1 (diff) | |
download | LocalTransactionLedger-master.tar.gz LocalTransactionLedger-master.tar.bz2 LocalTransactionLedger-master.zip |
Diffstat (limited to 'server/frontend/index.html')
-rw-r--r-- | server/frontend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/frontend/index.html b/server/frontend/index.html index 48c59fc..afc19c2 100644 --- a/server/frontend/index.html +++ b/server/frontend/index.html @@ -9,7 +9,7 @@ </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> - <div id="root"></div> + <div id="root" class="min-h-[100vh]"></div> <script src="/src/index.tsx" type="module"></script> </body> |