diff --git a/src/products/components/ProductVariantCreateDialog/ProductVariantCreateContent.tsx b/src/products/components/ProductVariantCreateDialog/ProductVariantCreateContent.tsx index 8e5462237..cbc32664f 100644 --- a/src/products/components/ProductVariantCreateDialog/ProductVariantCreateContent.tsx +++ b/src/products/components/ProductVariantCreateDialog/ProductVariantCreateContent.tsx @@ -19,6 +19,7 @@ const useStyles = makeStyles((theme: Theme) => ({ overflowX: "hidden", overflowY: "scroll", paddingLeft: theme.spacing.unit * 3, + paddingRight: theme.spacing.unit * 2, position: "relative", right: theme.spacing.unit * 3, width: `calc(100% + ${theme.spacing.unit * 3}px)`