diff --git a/templates/bundles/TwigBundle/Exception/assets/error.css.twig b/templates/bundles/TwigBundle/Exception/assets/error.css.twig index 0d0a1be6..ffd9e7e9 100644 --- a/templates/bundles/TwigBundle/Exception/assets/error.css.twig +++ b/templates/bundles/TwigBundle/Exception/assets/error.css.twig @@ -59,7 +59,7 @@ ul { .footer { box-sizing: border-box; - position: absolute; + position: fixed; bottom: 0; width: 100%; height: 60px; diff --git a/templates/bundles/TwigBundle/Exception/error.html.twig b/templates/bundles/TwigBundle/Exception/error.html.twig index eb3da877..efdba462 100644 --- a/templates/bundles/TwigBundle/Exception/error.html.twig +++ b/templates/bundles/TwigBundle/Exception/error.html.twig @@ -37,7 +37,7 @@
  • Run php bin/console cache:clear to clear cache
  • {% endblock %} -

    If you think that this is an error in Part-DB, open an Issue on GitHub.

    +

    If you think that this is an error in Part-DB, open an Issue on GitHub.

    You can disable these hints in config/parameters.yaml by setting partdb.error_pages.show_help to false.

    {% endif %} @@ -46,7 +46,7 @@