fixed bottom navigator miscoloring after scrolling
This commit is contained in:
parent
f972708c47
commit
4009028f4d
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue