I am currently working on a sidebar component using the Material UI Drawer component.
I am looking to add components that align side by side with the sidebar, similar to the green box shown in the image below.
https://i.sstatic.net/aAtn6.png
After attempting to code this, I ended up with something like the second image shown below.
https://i.sstatic.net/42TlW.png
As you can see, it seems like the sidebar component is positioned beneath the content page (resulting in the orange boxes being cut off). Additionally, the sidebar shows a horizontal scroll bar.
Here is the code I am currently using: https://codesandbox.io/s/custom-sidebar-material-ui-4c05j
What I am aiming for is to create orange boxes that appear above all other components, similar to the appearance of the first image above.