tidyverse / tidytemplate

A pkgdown template for core tidyverse packages
https://tidytemplate.tidyverse.org
Other
45 stars 22 forks source link

top of content masked by navbar #38

Closed espinielli closed 4 years ago

espinielli commented 5 years ago

Top section titles are not visible due to navbar masking them: for example in dplyr pkg page both "Overview" in the main section and "Links" in the sidebar are not visible. Content should be "shifted down" to take into account of the navbar size.

In the screenshot below you can see that the header 2 (h2) containing the section title text "Overview" is masked by the navbar.

screen shot 2019-01-07 at 9 43 45 am

As an example of a possible solution (but maybe there is a better way), adding margin-top: 60px to the first div of class row solves the issue.

screen shot 2019-01-07 at 9 55 14 am

The issue has been spotted on both Chrome and Firefox.

hadley commented 4 years ago

I'm pretty sure this is now fixed