From c7600fe0c2d0b189cb1dcf9ab4d31671f01b81c9 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sat, 22 Apr 2023 19:08:41 -0500 Subject: Web fixes (#517) * Fix scroll behaviors on web * Remove headers on web to avoid scroll overflow * Fix follow button press in cards --- src/view/com/post-thread/PostLikedBy.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/view/com/post-thread/PostLikedBy.tsx') diff --git a/src/view/com/post-thread/PostLikedBy.tsx b/src/view/com/post-thread/PostLikedBy.tsx index 3ab9a279b..dc090e7ad 100644 --- a/src/view/com/post-thread/PostLikedBy.tsx +++ b/src/view/com/post-thread/PostLikedBy.tsx @@ -78,6 +78,8 @@ export const PostLikedBy = observer(function ({uri}: {uri: string}) { )} extraData={view.isLoading} + // @ts-ignore our .web version only -prf + desktopFixedHeight /> ) }) -- cgit 1.4.1