Turns out I had changed my MUI AppBar to position "sticky", which for some reason caused the issue described. I changed it back to position "fixed" as the MUI mini drawer example showed and all is well now. I'm not savvy enough with the css to understand why.