pkgdown
pkgdown copied to clipboard
strip_header causes the navigation bar to overlap content
I noticed that with Bootstrap 5 and strip_header enabled, the content will be overlapping with the navigation bar.
Here is an example with the simplex theme with strip_header: false:
And with strip_header: true:

This might be more of a Bootstrap bug than a pkgdown one. Is there any way to fix or get around this issue?
:wave: @igordot, thanks for the report.
I'd recommend using the pkgdown-nav-height bslib variable https://pkgdown.r-lib.org/dev/articles/customise.html#bootswatch-themes (at least for a workaround for now)
Since we don't really use or recommend this any more, I think we should remove from the docs.