Any tips on how to apply a 'transparent' style background property to my SwipeableDrawer component from Material UI? I'm having difficulty changing the background directly from my code since the component generates another component in the HTML file when it renders. I've tried adding some CSS rules, but the component doesn't seem to respond to them.
Appreciate any help you can provide. Thank you!