diff --git a/webapp/src/App.css b/webapp/src/App.css index 890aa46..a27ecce 100644 --- a/webapp/src/App.css +++ b/webapp/src/App.css @@ -4,3 +4,6 @@ margin: 0px; border: none; } +html, body { + overscroll-behavior: none; +} \ No newline at end of file diff --git a/webapp/src/components/worksheet.tsx b/webapp/src/components/worksheet.tsx index adde469..e6c0589 100644 --- a/webapp/src/components/worksheet.tsx +++ b/webapp/src/components/worksheet.tsx @@ -436,6 +436,7 @@ const Wrapper = styled("div")({ left: 0, right: 0, bottom: NAVIGATION_HEIGH + 1, + overscrollBehavior: "none" }); const SheetCanvas = styled("canvas")`