Found the problem, gimme a minute
Code has a minimum height of half the screen for the blocks, including the 0 pixel height, invisible, hidden, not to be rendered block.
Which is overridden in CSS with a “min-height: 0px !important;” notice… that gets ignored on your side.
Thanks for the screenshots, helped a lot. 🙂