I'm currently working on implementing a Persist Left Drawer from Material UI that slides in from the left side. However, I don't want the drawer to cover the entire left side of the page. Essentially, I want to remove the "top" style property mentioned in this image: .MuiDrawer-paper
What would be the most effective way to achieve this customization? Thank you for your guidance.