fixed bottom navigator miscoloring after scrolling

This commit is contained in:
Carter 2025-04-23 13:04:16 -06:00
parent f972708c47
commit 4009028f4d

View file

@ -187,6 +187,7 @@ export default function BottomNavigator(props: Props) {
bottom={0} bottom={0}
width="100vw" width="100vw"
zIndex={theme.zIndex.appBar} zIndex={theme.zIndex.appBar}
sx={{ background: theme.palette.background.paper}}
style={{ style={{
overflow: overflow:
window.location.origin.includes("staging") || window.location.origin.includes("localhost") window.location.origin.includes("staging") || window.location.origin.includes("localhost")