diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index d6af813..a28ecd3 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -708,8 +708,11 @@ function ItemPageOutfitPreview({ itemId }) { `, }} templateRows={{ - base: "auto auto 400px auto", - md: "400px auto", + // HACK: Really I wanted 400px to match the natural height of the + // preview in md, but in Chromium that creates a scrollbar and + // 401px doesn't, not sure exactly why? + base: "auto auto 200px auto", + md: "401px auto", }} templateColumns={{ base: "minmax(min-content, 400px)",