Remove the 'scroll' option from list details / inbox block

Happy Friday everyone! Sorry if this question has been asked before but I’m wondering if someone would mind sharing how to force the list details / inbox block to appear in full height (without the scroll). I want it to display in full. Thanks in advance!

Came across the same issue and added this to the header custom code.
My use case is that there is only the inbox block on the page and I want both the left hand side (list of emails or whatever) and the right hand side (message itself) to be full length.

Appraciate it’s been forever since this was asked, but might help someone :slight_smile:

<style>
.MuiGrid-item {max-height: fit-content !important}
</style>
1 Like