Greetings fellow hobby developer! I recently embarked on a project using create-react-app and incorporated MUI dependencies. One feature I added was a fixed BottomNavigation, which you can view in action here.
Interestingly, in CodeSandbox, the BottomNavigation doesn't appear transparent as I anticipated. However, on my local machine, it does have a transparent quality. This means that when scrolling through lengthy pages, the content is visible beneath the BottomNavigation.
I'm puzzled by this discrepancy. Could it be a bug in the MUI version I'm using, or should I investigate something in my code?
Any insights or assistance would be greatly valued!
Thank you for your time,
Maarten