forked from enviPath/enviPy
CSS Fix for Index Page (#69)
Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#69
This commit is contained in:
@ -5,7 +5,8 @@
|
|||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
overflow-x: hidden;
|
height: 100%; /* ensure body fills viewport */
|
||||||
|
overflow-x: hidden; /* prevent horizontal scroll */
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{# TODO use bundles from bootstrap 3.3.7 #}
|
{# TODO use bundles from bootstrap 3.3.7 #}
|
||||||
|
|||||||
Reference in New Issue
Block a user