summaryrefslogtreecommitdiff
path: root/src/templates/chart_page.html
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-03-24 01:52:12 +0100
committeruser <user@node5.net>2024-03-24 01:52:12 +0100
commitdef77d4be2a6658fa40bbe3614f17575aa6577ad (patch)
tree46a05f343a9c0e65ea4fd9e88bfc756dab4dc002 /src/templates/chart_page.html
parente5254d253900d830f8e9f5011266811c356d4323 (diff)
chart page full scree
Diffstat (limited to 'src/templates/chart_page.html')
-rw-r--r--src/templates/chart_page.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/templates/chart_page.html b/src/templates/chart_page.html
index 0fb3028..461a701 100644
--- a/src/templates/chart_page.html
+++ b/src/templates/chart_page.html
@@ -1,4 +1,7 @@
{% extends 'base.html' %}
{% block content %}
-{% include 'chart.html' %}
+<style>
+body { min-height: 100vh; }
+</style>
+ {% include 'chart.html' %}
{% endblock %} \ No newline at end of file