aboutsummaryrefslogtreecommitdiff
path: root/server/frontend/index.html
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-05-01 21:46:32 +0200
committerLinnea Gräf <nea@nea.moe>2025-05-01 21:46:42 +0200
commit00e37dc840f7dd9b4ec8d2aa7c17bebad08a2696 (patch)
treeacd21a461b53b9e2990c9a313cc74efcee6b0c40 /server/frontend/index.html
parent0c60aa3278a9297e143ee4ad998c01b6ef2337b1 (diff)
downloadLocalTransactionLedger-master.tar.gz
LocalTransactionLedger-master.tar.bz2
LocalTransactionLedger-master.zip
feat(frontend): more stylingHEADmaster
Diffstat (limited to 'server/frontend/index.html')
-rw-r--r--server/frontend/index.html2
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>