I am using the provided Material UI code for a persistent clipped drawer, but I am encountering an issue with the content height. I have set the background of the content section to red in my demo sandbox to showcase the problem. My goal is for the content section to extend all the way down to the bottom of the screen on the right-hand side so that I can include a canvas for drawing purposes.
If you would like to see the issue firsthand and view the demo code, please visit https://codesandbox.io/s/material-demo-quq2p?file=/demo.js
Thank you for your help!