I have a Material UI drawer question. For my project I want to the the backround color of the main tag but the problem is that the main tag is only as tall as the content inside.
https://codesandbox.io/s/material-demo-forked-djfll?file=/demo.js
I can set the height to '100vh' which makes it the full screen size, but with that if I enter more data it doesnt fill the whole screen
width: '100%' Few Content https://i.stack.imgur.com/D2l1A.png Much Content https://i.stack.imgur.com/avtXE.png
width: '100vh' Few Content https://i.stack.imgur.com/MNZYK.png Much Content https://i.stack.imgur.com/YEs7L.png
question from:https://stackoverflow.com/questions/65670904/how-to-make-main-100-height-in-material-ui-drawer-demo