Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Stepper] Сan`t make horizontal scroll #22072

Closed
Kenedi231 opened this issue Aug 5, 2020 · 1 comment
Closed

[Stepper] Сan`t make horizontal scroll #22072

Kenedi231 opened this issue Aug 5, 2020 · 1 comment
Labels
component: stepper This is the name of the generic UI component, not the React module! support: Stack Overflow Please ask the community on Stack Overflow

Comments

@Kenedi231
Copy link

I am trying to do horizontal scrolling for stepper on small screens.
Here is my code:

Styles:

stepperContainer: {
    width: "100%",
    maxWidth: 950,
    overflow: "scroll",
    backgroundColor: theme.palette.background.paper,
},
stepper: {
    minWidth: 500,
    width: "100%",
},

Stepper:

<div className={classes.stepperContainer}>
  <Stepper
    activeStep={activeStep}
    alternativeLabel
    className={classes.stepper}
    connector={<ColorlibConnector />}
  >
    {...STEPS}
  </Stepper>
</div>

And it doesn't work.
Any ideas?

@Kenedi231 Kenedi231 added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Aug 5, 2020
@oliviertassinari oliviertassinari added component: stepper This is the name of the generic UI component, not the React module! support: Stack Overflow Please ask the community on Stack Overflow and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Aug 5, 2020
@support
Copy link

support bot commented Aug 5, 2020

👋 Thanks for using Material-UI!

We use GitHub issues exclusively as a bug and feature requests tracker, however,
this issue appears to be a support request.

For support, please check out https://material-ui.com/getting-started/support/. Thanks!

If you have a question on StackOverflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: stepper This is the name of the generic UI component, not the React module! support: Stack Overflow Please ask the community on Stack Overflow
Projects
None yet
Development

No branches or pull requests

2 participants