about summary refs log tree commit diff
path: root/frontend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 27b8dc2..8d92606 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -7,6 +7,12 @@
     <title>OSSE</title>
     <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
         integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
+    <style>
+        body,
+        html {
+            height: 100%;
+        }
+    </style>
 </head>
 
 <body>