fix unnecessary scrollbar

This commit is contained in:
nflnkr 2023-10-03 19:04:10 +03:00
parent 41b101849b
commit 1dab2f41c0

@ -15,7 +15,6 @@ export default function ProgressMobileStepper({ desc, activeStep = 1, steps = 7
<Box
sx={{
maxWidth: isTablet ? "800px" : "100%",
width: "100%",
display: "flex",
justifyContent: "center",
flexDirection: "column",