diff --git a/web/app/templates/corpora/analyse_corpus.html.j2 b/web/app/templates/corpora/analyse_corpus.html.j2 index d940e6ff..691b28f1 100644 --- a/web/app/templates/corpora/analyse_corpus.html.j2 +++ b/web/app/templates/corpora/analyse_corpus.html.j2 @@ -361,7 +361,7 @@ document.addEventListener("DOMContentLoaded", () => { } // enable scroll to Top - scrollToTop('.headline', '#menu-scroll-to-top-div'); + scrollToTop('#headline', '#menu-scroll-to-top-div'); }); {% endblock %} diff --git a/web/app/templates/nopaque.html.j2 b/web/app/templates/nopaque.html.j2 index edec744b..ccf60643 100644 --- a/web/app/templates/nopaque.html.j2 +++ b/web/app/templates/nopaque.html.j2 @@ -231,7 +231,7 @@
{% endif %}
-
+

{{ headline }}

{{ insert_content() }}