Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix jump when opening last post in thread (#2591)

authored by

dan and committed by
GitHub
010e94a6 21846ce5

+3 -1
+3 -1
src/view/com/post-thread/PostThread.tsx
··· 302 302 // -prf 303 303 return ( 304 304 <View 305 + // @ts-ignore web-only 305 306 style={{ 306 - height: 400, 307 + // Leave enough space below that the scroll doesn't jump 308 + height: isNative ? 400 : '100vh', 307 309 borderTopWidth: 1, 308 310 borderColor: pal.colors.border, 309 311 }}