Bottom-Center Snackbar is max 50% width at mobile breakpoints #8572
Labels
bug 🐛
Something doesn't work
component: snackbar
This is the name of the generic UI component, not the React module!
Expected Behavior
At mobile breakpoints, a
<Snackbar />
positioned bottom-center should span the whole width of the window.Current Behavior
At mobile breakpoints, a
<Snackbar />
positioned bottom-center takes up at maximum the center 50% of the window. If the message is shorter than ~50% of the window, the snackbar will be smaller.Steps to Reproduce (for bugs)
This bug is visible in the demo site under the "Positioned" section: https://material-ui-1dab0.firebaseapp.com/demos/snackbars/#positioned
Context
This bug is especially a problem when there are more than 8 or 9 words in the message, along with an action, and the snackbar looks oddly tall.
Your Environment
The text was updated successfully, but these errors were encountered: