Recently exploring React, and I'm looking to set a height limit for MUI Grid.
I've structured my project into 3 sections using MUI grid components. My goal is to restrict the page height in order to eliminate the browser scrollbar. If the content overflows within any grid section, I'd like to implement a custom scrollbar solution. Despite trying various CSS properties such as height: 100vh, height: 100%, max-Height: 100vh, none seem to have the desired effect. Is there a way to achieve this?