Top of some pages cut off beneath header after last update

Just updated Discourse to version 2.6.0.beta4 (Commits · discourse/discourse · GitHub) and an issue is now occurring where pages are getting cut off at the top.

For example, when I click into my profile

or at the top of a thread

2개의 좋아요

Can you try loading your site in safe-mode with the 'Disable all site customizations" checkbox checked? If that fixes the issue, then the cause of the problem will be that an update in the core Discourse code is conflicting with your theme’s CSS. It should be possible to update your theme’s CSS to fix the problem.

2개의 좋아요

This is due to a change we made to the header positioning. It looks like you have position: absolute on .d-header in your CSS, if you remove that line it should be fixed.

5개의 좋아요

this fixed it, cheers.

1개의 좋아요