I am trying to use material UI drawer by anchoring it to top, its working ok, but only thing is i am not able to change the width of the drawer, its taking full width of the page. I tried to update the width in css like
list: {
width: 250. //tried to update it to 100, but its not taking
},
codesandbox How to update width?