infinite height cells

<div style=height: 99vh> makes an infinite reactive loop and the page goes to infinite height. This does not happens in e.g. blockbuilder.

See https://beta.observablehq.com/d/9dbc86d5783d64d4

1 Like

Seems to be browser dependent – when varying the height in vh units, Chrome eventually caps the viewport height at 33554428 = 2^25-4, whereas on Firefox it can overflow again and again.