diff --git a/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/search.html b/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/search.html index c074ff19..77e996aa 100644 --- a/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/search.html +++ b/src/ansys_sphinx_theme/theme/ansys_sphinx_theme/search.html @@ -1,4 +1,13 @@ {% if theme_use_meilisearch %} {%- extends "page.html" %} {%- block content %} +{# A tiny helper pixel to detect if we've scrolled #} +
+ +{# the scroll to top button #} + + {# checkbox to toggle primary sidebar #} @@ -10,15 +19,21 @@ id="__secondary" /> -{%- if theme_announcement -%} {% include "sections/announcement.html" %} {%- -endif %} {% block docs_navbar %} - -{% endblock docs_navbar %} +