diff --git a/docs/_static/css/main.css b/docs/_static/css/main.css index 1cc82f948563..6b2e6d0e1903 100644 --- a/docs/_static/css/main.css +++ b/docs/_static/css/main.css @@ -23,6 +23,14 @@ html { line-height: 1.4; } +*[id]:before { + display: block; + content: " "; + margin-top: -70px; + height: 70px; + visibility: hidden; +} + /* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate.