fix unnecessary scrollbar
This commit is contained in:
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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user