Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
material-ui スナックバーの幅にアクセスできません。bodyStyle プロパティを使用して高さを変更すると、それに応じてアプリが更新されます。しかし、幅が変わらないのはなぜですか?
bodyStyle プロパティを使用し、flexGrow をゼロに設定します (material-ui では、幅をオーバーライドする 1 に設定されています)。
<Snackbar message="BIG snack" bodyStyle={{ height: 200, width: 200, flexGrow: 0 }} open />