From 9b4a6773957c4f3b2d569c2a0920711278feb6f9 Mon Sep 17 00:00:00 2001 From: Matt Dunn-Rankin Date: Sun, 10 May 2020 00:56:44 -0700 Subject: [PATCH] fix Safari outfit controls visual bug --- src/app/OutfitControls.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/OutfitControls.js b/src/app/OutfitControls.js index 5c960d4..19022ef 100644 --- a/src/app/OutfitControls.js +++ b/src/app/OutfitControls.js @@ -32,6 +32,7 @@ function OutfitControls({ outfitState, dispatchToOutfit }) { right="0" top="0" bottom="0" + height="100%" // Required for Safari to size the grid correctly padding={{ base: 2, lg: 6 }} display="grid" overflow="auto"