about summary refs log tree commit diff
path: root/src/view/screens/Profile.tsx
diff options
context:
space:
mode:
authorJan-Olof Eriksson <jan-olof.eriksson@iki.fi>2024-03-04 18:11:00 +0200
committerGitHub <noreply@github.com>2024-03-04 18:11:00 +0200
commite724ab812346b4224b3efb2de0960f2cda88861b (patch)
tree9192c98b2b0b4be3388019b15b02a5d7df7fcce2 /src/view/screens/Profile.tsx
parent963a44ab872a1044d6997a8fcf7b2fc754ac618a (diff)
parentb70c404d4b369d6fab0dfbafd6b31390ffd20014 (diff)
downloadvoidsky-e724ab812346b4224b3efb2de0960f2cda88861b.tar.zst
Merge branch 'bluesky-social:main' into main
Diffstat (limited to 'src/view/screens/Profile.tsx')
-rw-r--r--src/view/screens/Profile.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/screens/Profile.tsx b/src/view/screens/Profile.tsx
index 64e067593..b30b4491b 100644
--- a/src/view/screens/Profile.tsx
+++ b/src/view/screens/Profile.tsx
@@ -491,6 +491,8 @@ const styles = StyleSheet.create({
   container: {
     flexDirection: 'column',
     height: '100%',
+    // @ts-ignore Web-only.
+    overflowAnchor: 'none', // Fixes jumps when switching tabs while scrolled down.
   },
   loading: {
     paddingVertical: 10,