CSS Fix for Index Page (#69)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#69
This commit is contained in:
2025-08-29 08:19:43 +12:00
parent 8592cfae50
commit dd7b28046c

View File

@ -5,7 +5,8 @@
<title>{{ title }}</title>
<style>
html, body {
overflow-x: hidden;
height: 100%; /* ensure body fills viewport */
overflow-x: hidden; /* prevent horizontal scroll */
}
</style>
{# TODO use bundles from bootstrap 3.3.7 #}