Found a bug with this CSS…
If I’m on url A and click a link that goes to url B#whatever, I go to the new url with page scrolled to the html element with id attribute corresponding to #whatever, but the content above that seems to be hidden. It’s as if some JS has kicked in and decided the top of the page is where the #whatever id element is, and mostly everything above that is now hidden from view even when scrolling to top of page. Possibly some conflict with the menu bar auto-minification on scroll?
See attached screenshot. Note the left sidebar content, and the fact that the top part of the profile is hidden.
EDIT: If I was already viewing url B and then clicked a link on that page going to url B#whatever, the page scrolls normally. It’s only when navigating from some other page to a url with a # location in it that this issue arises.