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

[Grid] Unexpected horizontal scrollbar #7873

Closed
nenadalm opened this issue Aug 23, 2017 · 3 comments
Closed

[Grid] Unexpected horizontal scrollbar #7873

nenadalm opened this issue Aug 23, 2017 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@nenadalm
Copy link

Problem description

When I use Grid component, I always see horizontal scrollbar. I found this page on StackOverflow: https://stackoverflow.com/questions/45519275/grid-in-material-ui-causes-horizontal-scroll-react where it is explained more.

Steps to reproduce

import * as ui from 'material-ui';

<ui.Grid container>
    <ui.Grid item xs={12}>
        content of the cell
    </ui.Grid>
</ui.Grid>

Versions

  • Material-UI: 1.0.0-beta.6
  • React: 15.6.1
  • Browser: Google Chrome 60.0.3112.101
@oliviertassinari oliviertassinari added the duplicate This issue or pull request already exists label Aug 23, 2017
@oliviertassinari
Copy link
Member

Duplicate of #7466

@oliviertassinari oliviertassinari marked this as a duplicate of #7466 Aug 23, 2017
@oliviertassinari oliviertassinari changed the title [Grid]: Unexpected horizontal scrollbar [Grid] Unexpected horizontal scrollbar Aug 23, 2017
@nenadalm
Copy link
Author

nenadalm commented Aug 23, 2017

@oliviertassinari there doesn't seem to be gutter prop on the Grid mentioned in the ticket you linked: https://material-ui-1dab0.firebaseapp.com/api/grid/

@oliviertassinari
Copy link
Member

It was renamed spacing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants