diff --git a/templates/base.html.twig b/templates/base.html.twig index 2039b1b..631395f 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -21,6 +21,22 @@ table, thead, tbody, tr{ width: 100%; } + +#completion_progress{ + position: fixed; + bottom: 0; + width: 100%; + padding: 1rem; + background-color: white; + border-top: 1px solid #e9ecef; + z-index: 1000; +} +.body-landing{ + min-height: 100vh; +} + .main-footer{ + padding-bottom: 3rem; + } {# table tr:nth-child(odd){ background-color:rgb(235, 235, 235); } @@ -36,6 +52,11 @@