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}
width="100vw"
zIndex={theme.zIndex.appBar}
sx={{ background: theme.palette.background.paper}}
style={{
overflow:
window.location.origin.includes("staging") || window.location.origin.includes("localhost")