about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostRepostedBy.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-22 19:08:41 -0500
committerGitHub <noreply@github.com>2023-04-22 19:08:41 -0500
commitc7600fe0c2d0b189cb1dcf9ab4d31671f01b81c9 (patch)
tree62beacd14a8013a507a0b0227e538fd3751658ad /src/view/com/post-thread/PostRepostedBy.tsx
parent5085861b9ac0684d8eedb2a8d54453d3f23cde46 (diff)
downloadvoidsky-c7600fe0c2d0b189cb1dcf9ab4d31671f01b81c9.tar.zst
Web fixes (#517)
* Fix scroll behaviors on web

* Remove headers on web to avoid scroll overflow

* Fix follow button press in cards
Diffstat (limited to 'src/view/com/post-thread/PostRepostedBy.tsx')
-rw-r--r--src/view/com/post-thread/PostRepostedBy.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/post-thread/PostRepostedBy.tsx b/src/view/com/post-thread/PostRepostedBy.tsx
index 9874460e9..65579ae23 100644
--- a/src/view/com/post-thread/PostRepostedBy.tsx
+++ b/src/view/com/post-thread/PostRepostedBy.tsx
@@ -89,6 +89,8 @@ export const PostRepostedBy = observer(function PostRepostedBy({
         </View>
       )}
       extraData={view.isLoading}
+      // @ts-ignore our .web version only -prf
+      desktopFixedHeight
     />
   )
 })