Looking at this documentation: https://mudblazor.com/components/drawer
I can get a temporary drawer on the bottom of the page, this doesn't meet my needs as I want it to remain open while the user navigates the rest of my website. I also don't want the rest of the screen to go dark.
I can get a persistent drawer on the left or right of my page, but that doesn't meet my needs either as it must be on the bottom.
Any combination of Anchor.Bottom and DrawerVariant.Persistent that I have tried does not compile.
What is the correct way to make this work?