diff --git a/hail/python/hail/docs/_static/rtd_modifications.css b/hail/python/hail/docs/_static/rtd_modifications.css index 5e81cd05a8c..de8fe5b1071 100644 --- a/hail/python/hail/docs/_static/rtd_modifications.css +++ b/hail/python/hail/docs/_static/rtd_modifications.css @@ -83,7 +83,7 @@ hr { border-color: #ddd; } -#hail-navbar.documentation-view { +#hail-navbar { position: fixed; min-height: 60px; z-index: 999; @@ -98,7 +98,7 @@ hr { padding-top: calc(60px + .4045em); } -#hail-navbar.documentation-view #hail-container-fluid { +#hail-navbar #hail-container-fluid { padding-left: 0px; /*bootstrap enforced style*/ padding-right: 0px; } @@ -114,7 +114,7 @@ hr { } /* Fixed navbar obscures valuable vertical real estate on mobile */ - #hail-navbar.documentation-view { + #hail-navbar { position: relative; } } @@ -123,4 +123,4 @@ hr { html { font-size: 81.25%; } -} \ No newline at end of file +}