diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 223f409c2084bcde389ee8cbb0eded555885b48e..f0577b0db348ba1352b8366d6a846e79578a749d 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -289,8 +289,7 @@ a:hover { } .wy-nav-content { - max-width: unset; - height: 100vh; + min-height: 100vh; overflow-y: auto; overflow-x: hidden; } diff --git a/docs/conf.py b/docs/conf.py index bfd968391e7f47ce19613af82a771288b9dab5ac..fce41af5841980648d86de37e4a4a78aac97fd16 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -115,7 +115,7 @@ html_theme = "sphinx_rtd_theme" # further. For a list of options available for each theme, see the # documentation. # -html_theme_options = {'logo_only': True} +html_theme_options = {'logo_only': True, 'sticky_navigation': False} html_logo = "logo.svg" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,