Skip to content

Commit

Permalink
[website] make the navbar fixed again (#13547)
Browse files Browse the repository at this point in the history
![Sep-01-2023
19-13-36](https://github.com/hail-is/hail/assets/106194/b00d897b-de47-4666-8fa9-8ceb6a76326c)

At somepoint we changed the class on the navbar and this broke. It is
now fixed.
  • Loading branch information
danking authored Sep 13, 2023
1 parent bdf055e commit adda775
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hail/python/hail/docs/_static/rtd_modifications.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ hr {
border-color: #ddd;
}

#hail-navbar.documentation-view {
#hail-navbar {
position: fixed;
min-height: 60px;
z-index: 999;
Expand All @@ -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;
}
Expand All @@ -114,7 +114,7 @@ hr {
}

/* Fixed navbar obscures valuable vertical real estate on mobile */
#hail-navbar.documentation-view {
#hail-navbar {
position: relative;
}
}
Expand All @@ -123,4 +123,4 @@ hr {
html {
font-size: 81.25%;
}
}
}

0 comments on commit adda775

Please sign in to comment.