diff --git a/sphinx_material/sphinx_material/static/stylesheets/application.css b/sphinx_material/sphinx_material/static/stylesheets/application.css index 4abdd66d1..5ba62e6c9 100644 --- a/sphinx_material/sphinx_material/static/stylesheets/application.css +++ b/sphinx_material/sphinx_material/static/stylesheets/application.css @@ -1,6 +1,7 @@ @charset "UTF-8"; html{ - box-sizing:border-box + box-sizing:border-box; + scroll-padding-top: 64px; } *,:after,:before{ box-sizing:inherit