Skip to content

Tag: material-ui

Close Persistent MUI Drawer on clicking outside

I am trying to use Drawer component in MUI React. I want that state inside the Drawer component should not lost on closing of Drawer component, hence I’m passing variant=”persistent” in Drawer component. Now, the problem is that the Persistent Drawer does not provide backdrop functionality b…

Material-ui drawer width issue

I’m facing an issue with material-ui drawer. I’ve changed the width of the drawer container which causes a a problem . The drawer remains a little inside the page and visible but I don’t want to make it visible on the page while I haven’t clicked the button. It might be having an issue…