Closed Zooce closed 1 year ago
I was using the color block's width to define the width of the entire container. This seemed to be fine in Chrome since the auto grid column size for the sliders was small enough not to stretch the container. In Firefox, the auto sized sliders were big enough to stretch the container.
With 61da058451a2dc0368f42a88d0a99dde3fc93e77 I'm now hard coding the slider column size to 8.5rem instead of auto and now the width of the color block is 100% so it will just take up whatever space is available to it.