fix Safari outfit controls visual bug
This commit is contained in:
parent
dcd8cc7a4a
commit
9b4a677395
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue