aboutsummaryrefslogtreecommitdiff
path: root/src/components/moments/MomentPost.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-06-25 17:47:07 -0400
committerIvan Chen <ivan@tagg.id>2021-06-25 17:47:07 -0400
commit7ad33344681b430feff9b00392bf6d8e9e1722e7 (patch)
tree0ec4189d7714152465790210e0b4d232e861185b /src/components/moments/MomentPost.tsx
parenta61996f4f1c6fa0556272ca3861b88e6d4272fbd (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.tsx1
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,
},