Need help with the layout problem. the content of the main section is going below the sidebar.
Hello guys I am creating a admin dashboard with react and material ui, and for sidebar I used material ui drawer component and which is fixed. and top bar is transparent, but the main section is displaying stuff weirdly. I have three card which i kept in grid, the card is coming from left side so that first card is hiding behind the sidebar. How to fix this issue.
`
2 Replies
without seeing the code, that's going to be hard to answer
sorry sir, I forgot to paste that. just now I did that
This is the code of my app.js file file, where I put the sidebar and topbar so that It can be accessed on every page.
`
This is the code of dashboard where I am displaying the cards.