diff --git a/commafeed-client/src/App.tsx b/commafeed-client/src/App.tsx index 978dae35..5dffcc6b 100644 --- a/commafeed-client/src/App.tsx +++ b/commafeed-client/src/App.tsx @@ -188,15 +188,15 @@ export function App() { + {/* disable pull-to-refresh as it messes with vertical scrolling + safari behaves weirdly when overscroll-behavior is set to none so we disable it only for other browsers + https://github.com/Athou/commafeed/issues/1168 + */} + {!isSafari && } - {/* disable pull-to-refresh as it messes with vertical scrolling - safari behaves weirdly when overscroll-behavior is set to none so we disable it only for other browsers - https://github.com/Athou/commafeed/issues/1168 - */} - {!isSafari && }