diff options
Diffstat (limited to 'src/view/shell/desktop/Feeds.tsx')
-rw-r--r-- | src/view/shell/desktop/Feeds.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/view/shell/desktop/Feeds.tsx b/src/view/shell/desktop/Feeds.tsx index 4da1401c3..3f2063887 100644 --- a/src/view/shell/desktop/Feeds.tsx +++ b/src/view/shell/desktop/Feeds.tsx @@ -82,11 +82,12 @@ function FeedItem({ const styles = StyleSheet.create({ container: { - position: 'relative', + flex: 1, + overflowY: 'auto', width: 300, paddingHorizontal: 12, + paddingVertical: 18, borderTopWidth: 1, borderBottomWidth: 1, - paddingVertical: 18, }, }) |