TIL that if you sent the CSS zoom property to a number with a sufficient number of digits, some of the automatic sizing logic on your page may become unable to calculate round numbers and result in and endless loop of elements re-rendering at different sizes
I also re-learned how to round a number to a specific number of digits 😅