I have a static webpage created through R's blogdown and Hugo.It's working fine, mostly, except for some very peculiar behaviour on Chrome (but not iPhone chrome, or any other browser I've tried [firefox, safari]).
you can see the culprit here: https://drmowinckels.io/blog/gamm-random-effects/
Depending on your browser size, and zoom level, you may or may not notice a boundary at some point on the page, and then the content of the page seems blank after this, until the disqus at the bottom appears. (this was first picked up on an android)
The content is still there, I can search the text, but you just can't see it. It is particularly obvious on my android chrome, where this happens far up on the page. Also, if one tried zooming in, the boundary moves, truncating more of the page's content.
I have tried using Chrome's devtools on my laptop, but I have no errors ofor the site, and I can't spot where this behaviour would come from. Using devtools, I recommend trying a 150% zoom on almost any device, to see the behaviour.
I have currently disabled handheld/mobile adaptations to my page, to help me debug, but I am at a loss right now.
The question is: can anyone spot where this boundary truncating/hiding the post content is coming from?
Any help/tips towards what may be doing this is very much appreciated!