layercake icon indicating copy to clipboard operation
layercake copied to clipboard

Scatter WebGL example component doesn't respect padding contraints

Open mhkeller opened this issue 1 year ago • 2 comments

It seems the example component doesn't take into account the actual $width and $height range. It probably has to do with the resize function.

mhkeller avatar Oct 01 '22 20:10 mhkeller

This is only occurring in the server-side rendered example.

mhkeller avatar Nov 04 '22 22:11 mhkeller

@techniq this one is long overdue to investigate. I'm going to look at it a bit this month but if you're able to figure anything out that would be much appreciated!

mhkeller avatar Feb 10 '24 19:02 mhkeller

I think this was just an oversight because there are two <LayerCake> components on this page. I redid the example so that they share the same padding object and it works.

mhkeller avatar Mar 08 '24 04:03 mhkeller