It's possible to speed up layouting a lot by using https://developer.mozilla.org/en-US/docs/Web/CSS/contain And some position: absolute Not sure if that is applicable here, but it's worth noting.
It's possible to speed up layouting a lot by using
https://developer.mozilla.org/en-US/docs/Web/CSS/contain
And some position: absolute
Not sure if that is applicable here, but it's worth noting.