fix Safari outfit controls visual bug

This commit is contained in:
Matt Dunn-Rankin 2020-05-10 00:56:44 -07:00
parent dcd8cc7a4a
commit 9b4a677395

View file

@ -32,6 +32,7 @@ function OutfitControls({ outfitState, dispatchToOutfit }) {
right="0" right="0"
top="0" top="0"
bottom="0" bottom="0"
height="100%" // Required for Safari to size the grid correctly
padding={{ base: 2, lg: 6 }} padding={{ base: 2, lg: 6 }}
display="grid" display="grid"
overflow="auto" overflow="auto"