Search code examples
reactjsmaterial-uiscrollbarhide

How can I hide the the page scrollbar on MUI


I need to know how to hide it on the page. I tried searching for it but couldn't find a solution for MUI.


Solution

  • add hidden property to overflow. Like,

    style={{ overflow: "hidden" }}