diff --git a/src/App.css b/src/App.css index e2c7ce3..356b93a 100644 --- a/src/App.css +++ b/src/App.css @@ -4,7 +4,7 @@ --safe-area-inset-bottom: env(safe-area-inset-bottom); --safe-area-inset-right: env(safe-area-inset-right); background-color: var(--tutu-color-surface, transparent); - overscroll-behavior-block: contain; + overscroll-behavior-block: none; } .custom-emoji { diff --git a/src/masto/timelines.ts b/src/masto/timelines.ts index ce73490..2e49145 100644 --- a/src/masto/timelines.ts +++ b/src/masto/timelines.ts @@ -38,7 +38,6 @@ export function useTimeline( async ([tl], info) => { let tlChanged = false; if (otl !== tl) { - console.debug("timeline reset"); npager = opager = undefined; otl = tl; tlChanged = true; diff --git a/src/material/BottomSheet.module.css b/src/material/BottomSheet.module.css index adddddb..f73f562 100644 --- a/src/material/BottomSheet.module.css +++ b/src/material/BottomSheet.module.css @@ -11,7 +11,7 @@ width: 100%; max-width: 560px; border-radius: 2px; - overscroll-behavior: contain; + overscroll-behavior: none; max-height: 100vh; max-height: 100dvh; diff --git a/src/timelines/Home.tsx b/src/timelines/Home.tsx index 39f3dec..3ce4ce1 100644 --- a/src/timelines/Home.tsx +++ b/src/timelines/Home.tsx @@ -430,40 +430,42 @@ const Home: ParentComponent = (props) => { } > -
-
-
- + +
+
+
+ +
-
-
-
- +
+
+ +
-
-
-
- +
+
+ +
+
-
-
+