FIX[App]: Over scroll issues
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
7ffbfac432
commit
dae37f14ba
@@ -4,3 +4,6 @@
|
|||||||
margin: 0px;
|
margin: 0px;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
html, body {
|
||||||
|
overscroll-behavior: none;
|
||||||
|
}
|
||||||
@@ -436,6 +436,7 @@ const Wrapper = styled("div")({
|
|||||||
left: 0,
|
left: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
bottom: NAVIGATION_HEIGH + 1,
|
bottom: NAVIGATION_HEIGH + 1,
|
||||||
|
overscrollBehavior: "none"
|
||||||
});
|
});
|
||||||
|
|
||||||
const SheetCanvas = styled("canvas")`
|
const SheetCanvas = styled("canvas")`
|
||||||
|
|||||||
Reference in New Issue
Block a user