Currently, I am working on implementing the Material UI drawer and anchoring it to the top of my page. It is functioning correctly, however, I am encountering an issue where I am unable to adjust the width of the drawer. Despite trying to update the width in the CSS code snippet below:
list: {
width: 250. //I attempted changing it to 100, but without success
},
If you would like to view the sandbox demonstration, you can access it here. Any advice on how to successfully update the width would be greatly appreciated.