Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to remove vertical line from the marerial ui permanent drawer

I'm trying to remove the vertical line from the permanent drawer of material-UI, any suggestion please.

like image 759
Dawood Ahmad Avatar asked Nov 18 '25 02:11

Dawood Ahmad


1 Answers

Had the same problem, hopefully the Solution is not too late for you. To remove the Border, simply add "& .MuiDrawer-paper": { borderWidth: 0 } as an entry to your sx property.

like image 144
Dominik Baurecht Avatar answered Nov 20 '25 02:11

Dominik Baurecht