diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-25 17:47:07 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-06-25 17:47:07 -0400 |
commit | 7ad33344681b430feff9b00392bf6d8e9e1722e7 (patch) | |
tree | 0ec4189d7714152465790210e0b4d232e861185b /src/components/moments/MomentPost.tsx | |
parent | a61996f4f1c6fa0556272ca3861b88e6d4272fbd (diff) |
Remove unused styles, Fix comment navigation, Fix add comment
Diffstat (limited to 'src/components/moments/MomentPost.tsx')
-rw-r--r-- | src/components/moments/MomentPost.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/moments/MomentPost.tsx b/src/components/moments/MomentPost.tsx index 70bea442..e55c93ba 100644 --- a/src/components/moments/MomentPost.tsx +++ b/src/components/moments/MomentPost.tsx @@ -396,6 +396,7 @@ const styles = StyleSheet.create({ }, commentsCountContainer: { position: 'absolute', + zIndex: 3, right: '2%', bottom: SCREEN_HEIGHT * 0.12, }, |