If my dashboard is shorter than the height of the screen, and I have a non-white background, the area between my bottom-most component and the bottom of the window is white. How can I have my Div automatically fill in the rest of the screen with my background color?
BTW I have set my margins to 0 in CSS, but this only takes care of the top and sides.
EDIT: This was solved by adding style={‘height’:‘100vh’} to the main layout Div.